Skip to content

Commit

Permalink
toml added
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjin1109 committed Jun 6, 2024
1 parent fb05be2 commit df2ab0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion spirograph/src/components/Sketch/Sketch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const Sketch = ({
return () => {
newSketchInstance.remove();
};
}, [isSubmitted]);
}, []);

useEffect(() => {
if (url) {
Expand Down

0 comments on commit df2ab0b

Please sign in to comment.