Skip to content

Commit

Permalink
bring back timestamp on first card
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert-R committed Nov 7, 2024
1 parent 89f0384 commit c62edc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/MatchingPairs/MatchingPairs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const MatchingPairs = ({
currentCard.turned = true;
currentCard.noevents = true;
currentCard.boardposition = index + 1;
currentCard.timestamp = performance.now();
// clear feedback text
setFeedbackText('');
}
Expand Down

0 comments on commit c62edc5

Please sign in to comment.