Skip to content

Commit e8c3a2a

Browse files
committed
chore: fix lint issue
1 parent 72d0e3d commit e8c3a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/components/room/room.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const Room = () => {
8383
}
8484

8585
return "";
86-
}, [loadedParams, loadingFetchConnectionUrl, status, roomLoaded]);
86+
}, [loadedParams, loadingFetchConnectionUrl, status]);
8787

8888
const storeProvider = useGetAzureWebPubSubProvider({
8989
loadedParams,

0 commit comments

Comments
 (0)