diff --git a/src/features/UserAccount/components/ScoreSwitch/index.tsx b/src/features/UserAccount/components/ScoreSwitch/index.tsx index 6857200a..e0299fe9 100644 --- a/src/features/UserAccount/components/ScoreSwitch/index.tsx +++ b/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} />