mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +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 accent = useSettingsStore((store) => store.general.accent);
|
||||||
const [motion, setMotion] = useState<AudioMotionAnalyzer>();
|
const [motion, setMotion] = useState<AudioMotionAnalyzer>();
|
||||||
|
|
||||||
const [length, setLength] = useState(500);
|
const [, setLength] = useState(500);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const { context, gain } = webAudio || {};
|
const { context, gain } = webAudio || {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue