This commit is contained in:
Jade (Rose) Rowland 2024-08-12 12:56:04 -04:00
parent 926c893c4f
commit bfead58212

View File

@ -137,7 +137,7 @@ export const ReplContext = createContext(null);
export const isUdels = () => {
const isIframe = window.location !== window.parent.location;
if (isIframe) {
return false
return false;
}
return window.parent?.location?.pathname.includes('udels');
};