From 7155a80a29e1d487db19e3ce2ed4211403329741 Mon Sep 17 00:00:00 2001 From: Farber Denis Date: Mon, 13 Feb 2023 16:28:32 +0300 Subject: [PATCH] fix(#in297): header score switch and user profile score switch fixed to works synchronously --- src/features/UserAccount/components/ScoreSwitch/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} />