fix: replace prop name on fiat balance alerts
This commit is contained in:
parent
9cad12c429
commit
14bda48dd2
1 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ const FiatBalance = ({ section, min = 0, max = 100, fieldWidth = 80 }) => {
|
|||
}
|
||||
applyColorVariant
|
||||
applyFiatBalanceAlertsStyling
|
||||
removeInnerPercentage
|
||||
omitInnerPercentage
|
||||
cashOut
|
||||
/>
|
||||
<div className={classes.col2}>
|
||||
|
|
@ -105,7 +105,7 @@ const FiatBalance = ({ section, min = 0, max = 100, fieldWidth = 80 }) => {
|
|||
}
|
||||
applyColorVariant
|
||||
applyFiatBalanceAlertsStyling
|
||||
removeInnerPercentage
|
||||
omitInnerPercentage
|
||||
cashOut
|
||||
/>
|
||||
<div className={classes.col2}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue