remove comments
This commit is contained in:
@@ -6,7 +6,6 @@ import KeepOnline from "@/components/KeepOnline";
|
||||
const KeepOnlineWrapper = () => {
|
||||
const pathname = usePathname();
|
||||
|
||||
// Only render KeepOnline on dashboard pages
|
||||
if (!pathname?.includes("/dashboard")) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user