mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:01:19 -04:00
remove per-page getLayout
option (maybe temporarily?)
This commit is contained in:
@@ -73,7 +73,7 @@ const VNC = ({ server }: VNCProps) => {
|
||||
// unassign event listener
|
||||
router.events.off("routeChangeStart", disconnectVM);
|
||||
};
|
||||
}, []); // eslint-disable-line react-hooks/exhaustive-deps
|
||||
}, [router.events]);
|
||||
|
||||
useEffect(() => {
|
||||
if (loaded) {
|
||||
|
Reference in New Issue
Block a user