We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f07ce commit 3e810ebCopy full SHA for 3e810eb
packages/frontend/core/src/pages/workspace/index.tsx
@@ -100,7 +100,7 @@ export const Component = (): ReactElement => {
100
if (workspaceNotFound) {
101
if (
102
detailDocRoute /* */ &&
103
- environment.isBrowser /* only browser has share page */
+ !environment.isDesktop /* only browser has share page */
104
) {
105
return (
106
<SharePage
0 commit comments