change: 10$ minimum transfer
This commit is contained in:
parent
8f2aee1552
commit
3a2677b334
3 changed files with 51 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue