diff --git a/package.json b/package.json index 758eb99..6d4f97e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.6.7", + "version": "0.6.8", "type": "module", "scripts": { "dev": "vite", diff --git a/src/containers/Bond/components/WarmupConfirmModal.jsx b/src/containers/Bond/components/WarmupConfirmModal.jsx index 5afff65..11f7e12 100644 --- a/src/containers/Bond/components/WarmupConfirmModal.jsx +++ b/src/containers/Bond/components/WarmupConfirmModal.jsx @@ -44,7 +44,7 @@ const WarmupConfirmModal = ({ minHeight="150px" open={isOpen} headerText={ - warmupLength < 0 + warmupLength <= 0 ? "Bond Notification" : "Bond in Warm-up" } @@ -52,7 +52,7 @@ const WarmupConfirmModal = ({ > - {warmupLength < 0 + {warmupLength <= 0 ? - {warmupLength < 0 && + {warmupLength <= 0 && Confirm }