fix(core): no share page in desktop (#7983)

This commit is contained in:
EYHN
2024-08-27 12:37:30 +00:00
parent b8f07ce3fc
commit 3e810eb043

View File

@@ -100,7 +100,7 @@ export const Component = (): ReactElement => {
if (workspaceNotFound) {
if (
detailDocRoute /* */ &&
environment.isBrowser /* only browser has share page */
!environment.isDesktop /* only browser has share page */
) {
return (
<SharePage