fix trade form connect button

This commit is contained in:
saml33 2023-12-28 22:14:08 +11:00
parent adf5de3d51
commit 60f2815569
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ const TradeformSubmitButton = ({
</div>
)}
</Button>
) : !mangoAccountAddress ? (
) : connected && !mangoAccountAddress ? (
<div className="w-full">
<Button
className="flex w-full items-center justify-center"