generated from iotaledger/template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reactivity problem between withdrawal form and amount range comp…
…onent (#43) * feat: update mountRangeInput component and reset form properly * fix: remove afterUpdate to prevent disabled input * fix: add a hack to force a re-render of the component --------- Co-authored-by: Begoña Alvarez <[email protected]>
- Loading branch information
1 parent
08f625f
commit 3134a4b
Showing
3 changed files
with
37 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
export const EVMAddressLength = 42; | ||
export const NativeTokenIDLength = 38; | ||
|
||
export const L1_BASE_TOKEN_DECIMALS = 6; | ||
export const L2_NATIVE_GAS_TOKEN_DECIMALS = 18; | ||
export const wSMR_TOKEN_DECIMALS = 18; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters