Skip to content

Commit

Permalink
feat(trading currency): use proper feature flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Dec 15, 2021
1 parent 9a3091d commit d04ce3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ export const getCompleteYourProfile = (state: RootState) =>

// show/hide trading currency flyout
export const getTradingCurrency = (state: RootState) =>
getWebOptions(state).map(path(['featureFlags', 'tradingCurrency']))
getWebOptions(state).map(path(['featureFlags', 'tradingCurrencyFlyout']))

0 comments on commit d04ce3f

Please sign in to comment.