diff --git a/src/view/deposit/_components/index.tsx b/src/view/deposit/_components/index.tsx index bb64a13..eed069a 100644 --- a/src/view/deposit/_components/index.tsx +++ b/src/view/deposit/_components/index.tsx @@ -12,7 +12,7 @@ import { error } from '@/components/toast'; import type { SharedSelection } from '@nextui-org/react'; -const terms = new Array(36).fill(0).map((_, index) => index + 1); +const terms = new Array(12).fill(0).map((_, index) => index + 1); const Deposit = () => { const [hash, setHash] = useState<`0x${string}` | undefined>(undefined);