diff --git a/src/utilities/settings.tsx b/src/utilities/settings.tsx index dbfcd0a..4b79119 100644 --- a/src/utilities/settings.tsx +++ b/src/utilities/settings.tsx @@ -148,7 +148,8 @@ export async function getConfig(): Promise { if ( !location.endsWith("/") && - location !== "desktop" && location !== "dynamic" + location !== "desktop" && + location !== "dynamic" ) { console.info( "Location does not have a forward slash, so Hyperspace has added it automatically."