- added prettier config file
- improved sound state to remove pooling - increased size of naviagtion arrows and fixed navigation onClick - decreased width of nav bar - fixed button to reveal passwords in some password fields
This commit is contained in:
@@ -50,8 +50,7 @@ export const useCameraBlackboard = () => {
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
if (query.isError)
|
||||
toast.error(query.error.message, { id: "viewBlackboardData" });
|
||||
if (query.isError) toast.error(query.error.message, { id: "viewBlackboardData" });
|
||||
}, [query?.error?.message, query.isError]);
|
||||
|
||||
return { query, mutation };
|
||||
|
||||
Reference in New Issue
Block a user