chore: renamed WDModal to WithdrawDepositModal (#178)

* chore: renamed WDModal to WithdrawDepositModal

* chore: change the name of inports to WithdrawDepositModal as well
This commit is contained in:
Vojtech Simetka
2021-08-23 16:02:24 +02:00
committed by GitHub
parent 56df3a2561
commit 0df15d6109
3 changed files with 5 additions and 5 deletions
@@ -21,7 +21,7 @@ interface Props {
action: (amount: bigint) => Promise<string>
}
export default function WithdrawModal({
export default function WithdrawDepositModal({
successMessage,
errorMessage,
dialogMessage,