mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-16 06:39:43 -06:00
Fix: Type Check in useFetchChecksMonitor
This commit is contained in:
@@ -71,7 +71,7 @@ const useFetchChecksByMonitor = ({
|
||||
|
||||
useEffect(() => {
|
||||
const fetchChecks = async () => {
|
||||
if (!enabled) {
|
||||
if (!enabled || !type) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user