fixed dispatch eslint errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use client";
|
||||
import { useDebounce } from "_helpers/useDebounce";
|
||||
import { useDebounce } from "@repo/shared-components";
|
||||
import { useAudioStore } from "_store/audioStore";
|
||||
import { useEffect, useRef, useState } from "react";
|
||||
|
||||
@@ -112,5 +112,6 @@ export const useSounds = ({
|
||||
callToLong.current!.pause();
|
||||
};
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [isTransmitting]);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user