change: 10$ minimum transfer

This commit is contained in:
Face 2025-06-02 12:23:34 +03:00
parent 8f2aee1552
commit 3a2677b334
3 changed files with 51 additions and 10 deletions

View file

@ -108,7 +108,7 @@
return;
}
if (userBalance <= 100_000) {
toast.error('You need at least $100,000 in your portfolio to create a question.');
toast.error('You need at least $100,000 in your portfolio (cash) to create a question.');
return;
}
showCreateDialog = true;