From f702da1689a3c865b2ce31bf026bc07f51688075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Brzezin=CC=81ski?= Date: Mon, 2 Oct 2023 16:41:02 +0200 Subject: [PATCH] fix --- VoteStakeRegistry/components/Account/LockTokensModal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/VoteStakeRegistry/components/Account/LockTokensModal.tsx b/VoteStakeRegistry/components/Account/LockTokensModal.tsx index f4bd7b58ef..7e94e1aa01 100644 --- a/VoteStakeRegistry/components/Account/LockTokensModal.tsx +++ b/VoteStakeRegistry/components/Account/LockTokensModal.tsx @@ -37,7 +37,6 @@ import { Period, VestingPeriod, vestingPeriods, - DAILY, } from 'VoteStakeRegistry/tools/types' import BigNumber from 'bignumber.js' import useVotePluginsClientStore from 'stores/useVotePluginsClientStore'