Skip to content

Commit

Permalink
prettier formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
csprance committed Jul 27, 2022
1 parent c6dff90 commit c9eecf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TimelineBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import RangeSlider from './RangeSlider';
interface Props {}
const TimelineBar: React.FC<Props> = () => {
const { grapher } = useStore();
const [t, setT] = React.useState( 0);
const [t, setT] = React.useState(0);
const [paused, setPaused] = React.useState(false);

React.useEffect(() => {
Expand Down

0 comments on commit c9eecf1

Please sign in to comment.