updated message for account with no recipient yet

This commit was merged in pull request #811.
This commit is contained in:
victorAnumudu
2024-10-08 16:58:26 +01:00
parent b646f020a5
commit ae08f392ca
@@ -80,7 +80,7 @@ export default function RecipientAccountTab({
})
) : (
<h1 className="font-bold text-xl text-dark-gray dark:text-white whitespace-nowrap">
No Cards Found
No Recipient on this account yet.
</h1>
)}
</ul>