Skip to content

Commit

Permalink
Remove transition from hours card
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy Sterne committed Jun 3, 2020
1 parent ccd8793 commit ba5d86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/game/components/Hours.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Hours: FC<Props> = ({ doom, points, playedOnHours, ...rest }) => {
const same = doom === points;
return (
<Container style={{ alignItems: "center" }}>
<Card {...rest} index="hours" card={theHours} transition="fade" />
<Card {...rest} index="hours" card={theHours} />
<Doom
style={{
...scoreToPos[doom],
Expand Down

0 comments on commit ba5d86b

Please sign in to comment.