updated message for account with no recipient yet #811

Merged
ameye merged 1 commits from recipient-account into master 2024-10-08 16:10:53 +00:00
@@ -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>