Skip to content

Commit

Permalink
Merge pull request #17 from chiefeu/main
Browse files Browse the repository at this point in the history
Updated Sidebar.tsx
  • Loading branch information
jtoy authored Feb 28, 2024
2 parents 49c4292 + 391ff1a commit db8367e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const Sidebar: React.FC<SidebarProps> = (
return(
<div className={styles.gameControls}>
<div>
Step: {stepId}.{substepId}
Step: {stepId}
</div>
<div className={styles.buttons}>
<button onClick={handleRewind}>Rewind</button>
Expand Down

0 comments on commit db8367e

Please sign in to comment.