mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +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 [motion, setMotion] = useState<AudioMotionAnalyzer>();
|
||||
|
||||
const [length, setLength] = useState(500);
|
||||
const [, setLength] = useState(500);
|
||||
|
||||
useEffect(() => {
|
||||
const { context, gain } = webAudio || {};
|
||||
|
||||
Reference in New Issue
Block a user