fix(#in297): header score switch and user profile score switch fixed to works synchronously #76

Merged
andrey.dekterev merged 1 commits from IN-297-score-switch-fix into develop 3 years ago
  1. 2
      src/features/UserAccount/components/ScoreSwitch/index.tsx

@ -70,7 +70,7 @@ export const ScoreSwitch = ({ className }: Props) => {
width={1.8}
height={1.4}
iconName={getSwitchScoreIconName()}
isOn={isScoreHidden}
isOn={!isScoreHidden}
/>
</Switch>
</Wrapper>

Loading…
Cancel
Save