Skip to content

Commit 3e810eb

Browse files
committed
fix(core): no share page in desktop (#7983)
1 parent b8f07ce commit 3e810eb

File tree

1 file changed

+1
-1
lines changed
  • packages/frontend/core/src/pages/workspace

1 file changed

+1
-1
lines changed

packages/frontend/core/src/pages/workspace/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const Component = (): ReactElement => {
100100
if (workspaceNotFound) {
101101
if (
102102
detailDocRoute /* */ &&
103-
environment.isBrowser /* only browser has share page */
103+
!environment.isDesktop /* only browser has share page */
104104
) {
105105
return (
106106
<SharePage

0 commit comments

Comments
 (0)