make emergency withdraw available when is not claimable
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
7a14ace641
commit
b11330bd23
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ghost-dao-interface",
|
||||
"private": true,
|
||||
"version": "0.7.31",
|
||||
"version": "0.7.32",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@ -275,7 +275,7 @@ const ActionButtons = ({ setConfirmationModalOpen, isSmallScreen = false, isClai
|
||||
fullWidth={isSmallScreen}
|
||||
sx={{ flexGrow: 1 }}
|
||||
onClick={() => setConfirmationModalOpen(true)}
|
||||
disabled={isClaimable}
|
||||
disabled={!isClaimable}
|
||||
>
|
||||
Emergency Withdrawal
|
||||
</SecondaryButton>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user