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

pull/76/head
Farber Denis 3 years ago
parent 93328cd9eb
commit 7155a80a29
  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