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",
|
"name": "ghost-dao-interface",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.7.31",
|
"version": "0.7.32",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -275,7 +275,7 @@ const ActionButtons = ({ setConfirmationModalOpen, isSmallScreen = false, isClai
|
|||||||
fullWidth={isSmallScreen}
|
fullWidth={isSmallScreen}
|
||||||
sx={{ flexGrow: 1 }}
|
sx={{ flexGrow: 1 }}
|
||||||
onClick={() => setConfirmationModalOpen(true)}
|
onClick={() => setConfirmationModalOpen(true)}
|
||||||
disabled={isClaimable}
|
disabled={!isClaimable}
|
||||||
>
|
>
|
||||||
Emergency Withdrawal
|
Emergency Withdrawal
|
||||||
</SecondaryButton>
|
</SecondaryButton>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user