refactor Validation to be LoadingComponent and receive props to be reusable
This commit is contained in:
@@ -52,6 +52,7 @@ const decimalCount = (num: Number) => {
|
||||
}
|
||||
return 0;
|
||||
};
|
||||
|
||||
// Verify if there is a valid deposit to buy
|
||||
const verifyLiquidity = () => {
|
||||
enableSelectButton.value = false;
|
||||
|
||||
Reference in New Issue
Block a user