I am building an app in FF where admin will have to click on APPROVE before the particular amount can be added to the user's wallet. so that the wallet will now be increased by the amount that the admin approved. But i discover that when the admin mistakenly double-click on the APPROVE button, the amount is added twice. even when the button is clicked multiple times, the amount will be added the mutiple times before the app complete the process of navigating to the another page
Please how do I prevent this multiple click effect, in such a way that even if you click APPROVE a multiple times , the amount will be added only one time