Skip to content

Commit

Permalink
fix(failed-linking): template fiat to match fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Apr 16, 2021
1 parent eb94f65 commit 1c9094f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type Props = OwnProps & SuccessStateType
const Success = props => {
const coin = props.fiatCurrency || 'USD'
const amount = props.formValues?.amount || 0
const unit = (props.fiatCurrency as FiatType) || 'USD'
const unit = (props.formValues?.currency as FiatType) || 'USD'

return (
<Wrapper>
Expand Down

0 comments on commit 1c9094f

Please sign in to comment.