Ott 398 hide score (#123)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Armen 5 years ago committed by GitHub
parent 70d9c924f0
commit 46543b9692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/MatchCard/hooks.tsx

@ -23,6 +23,6 @@ export const useCard = () => {
isOpen,
onKeyPress,
open,
showScore: isHidden,
showScore: !isHidden,
}
}

Loading…
Cancel
Save