From 46543b9692e5b372ea4960947a586a6caf96ffcb Mon Sep 17 00:00:00 2001 From: Armen <35077035+Armen9393@users.noreply.github.com> Date: Thu, 3 Sep 2020 13:03:59 +0300 Subject: [PATCH] Ott 398 hide score (#123) --- src/features/MatchCard/hooks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/MatchCard/hooks.tsx b/src/features/MatchCard/hooks.tsx index a4f9d469..bf27e769 100644 --- a/src/features/MatchCard/hooks.tsx +++ b/src/features/MatchCard/hooks.tsx @@ -23,6 +23,6 @@ export const useCard = () => { isOpen, onKeyPress, open, - showScore: isHidden, + showScore: !isHidden, } }