diff --git a/src/pages/UDT/UDTComp.tsx b/src/pages/UDT/UDTComp.tsx
index f68684c3b..4974e120d 100644
--- a/src/pages/UDT/UDTComp.tsx
+++ b/src/pages/UDT/UDTComp.tsx
@@ -262,6 +262,15 @@ export const UDTComp = ({
)
}
+
+ if (transactions.length === 0) {
+ return (
+
+ {t('transaction.no_records')}
+
+ )
+ }
+
return (
<>