diff --git a/src/views/dashboard/Dashboard.tsx b/src/views/dashboard/Dashboard.tsx
index 5284f85..29942cc 100644
--- a/src/views/dashboard/Dashboard.tsx
+++ b/src/views/dashboard/Dashboard.tsx
@@ -100,7 +100,7 @@ export const Dashboard = () => {
}, [data, loading, error, value, push, setValue]);
return (
-
+
{checkingId ? (
) : view === 'default' ? (
diff --git a/src/views/dashboard/RecentTransactions.tsx b/src/views/dashboard/RecentTransactions.tsx
index 193662a..4354947 100644
--- a/src/views/dashboard/RecentTransactions.tsx
+++ b/src/views/dashboard/RecentTransactions.tsx
@@ -98,7 +98,9 @@ export const RecentTransactions: FC<{ id: string }> = ({ id }) => {
/>
))
) : (
-
{t('Wallet.no-results')}
+
+ {t('Wallet.no-results')}
+
)}
>
)}