Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jtoy/replicantlife
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Feb 28, 2024
2 parents a699882 + db8367e commit bc454ec
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 bc454ec

Please sign in to comment.