Added Family Wallet #456

Merged
ameye merged 4 commits from family-balance into master 2023-10-24 18:07:44 +00:00
Showing only changes of commit 25a537c5bc - Show all commits
@@ -214,10 +214,8 @@ const MarketPopUp = ({ details, onClose, situation, marketInt }) => {
>
{marketMsg.loading ? (
<LoadingSpinner size={5} color="white" />
) : !marketMsg.state ? (
"Send Message"
) : (
"Message Sent"
"Send Message"
)}
</button>
</div>