Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
moT01 committed Apr 28, 2024
1 parent c59b3b7 commit b2d90d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/templates/Challenges/components/scene/scene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ export function Scene({
() => {
setIsPlaying(false);
},
// an extra 500ms at the end to let the characters fade out (CSS transition)
command.finishTime
? // an extra 500ms at the end to let the characters fade out (CSS transition)
sToMs(command.finishTime) + 500
? sToMs(command.finishTime) + 500
: sToMs(command.startTime) + 500
);
}
Expand Down

0 comments on commit b2d90d8

Please sign in to comment.