Changeset 55701f0 for components/ManageCredits.jsx
- Timestamp:
- 07/16/22 11:18:24 (2 years ago)
- Branches:
- main
- Children:
- e007fcd
- Parents:
- 433e0c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
components/ManageCredits.jsx
r433e0c5 r55701f0 44 44 } : action === 'withdraw' ? { 45 45 show: true, 46 text: `Withdr awed $${styleState.style.withdrawModalInputs.amount} successfully`,46 text: `Withdrew $${Math.min(styleState.style.withdrawModalInputs.amount, playerState.player.credits)} successfully`, 47 47 status: 'success', 48 48 } : {
Note:
See TracChangeset
for help on using the changeset viewer.