diff --git a/src/FrameChooser.js b/src/FrameChooser.js index 92197d4..e9f2455 100644 --- a/src/FrameChooser.js +++ b/src/FrameChooser.js @@ -1,6 +1,6 @@ import { useState, useEffect, useCallback } from 'react' -function FrameChooser({onChange}) { +function FrameChooser({ onChange }) { const [frames, setFrames] = useState([]) const [choosenFrame, setChoosenFrame] = useState(null)