mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
fix unused var on visualizer
This commit is contained in:
parent
1598642389
commit
1faef6a1a7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export const Visualizer = () => {
|
|||
const accent = useSettingsStore((store) => store.general.accent);
|
||||
const [motion, setMotion] = useState<AudioMotionAnalyzer>();
|
||||
|
||||
const [length, setLength] = useState(500);
|
||||
const [, setLength] = useState(500);
|
||||
|
||||
useEffect(() => {
|
||||
const { context, gain } = webAudio || {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue