Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit a3b6e31

Browse files
committed
Add space after colon in actionbar
1 parent f78653e commit a3b6e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/components/simulator/ActionBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Button from "../Button";
99
interface IProps{
1010
onTogglePlay: (event: React.MouseEvent<HTMLElement>) => void,
1111
onToggleRefresh: (event: React.MouseEvent<HTMLElement>) => void,
12-
playStopImage:JSX.Element
12+
playStopImage: JSX.Element
1313
}
1414

1515
// Component including the actions done on the Simulator (play/stop, refresh)

0 commit comments

Comments
 (0)