Skip to content

Commit 05bb2b0

Browse files
committed
fixup
1 parent bd14a83 commit 05bb2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/workspaces/WorkspaceEntry.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ export function getProjectPath(ws: Workspace) {
111111
if (!url) {
112112
return ws.contextUrl.replace("https://", "");
113113
}
114-
return [url.host, url.pathname].join("/");
114+
return [url.host, url.pathname].join("");
115115
}

0 commit comments

Comments
 (0)