fix comment

This commit is contained in:
Adrian Brzeziński 2024-04-04 14:18:18 +02:00
parent 478ac38c9e
commit 4ba9a411e7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const SecurityCouncilModal = ({
useSecurityCouncilDao()
const [proposing, setProposing] = useState(false)
//0 no borrows
//2 no borrows
//1 no borrows no deposits
const proposeReduceOnly = useCallback(
async (bank: Bank, mode: number) => {