mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fix unused var on visualizer
This commit is contained in:
@@ -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 || {};
|
||||||
|
|||||||
Reference in New Issue
Block a user