diff --git a/packages/frontend/mobile/src/pages/workspace/detail/mobile-detail-page.tsx b/packages/frontend/mobile/src/pages/workspace/detail/mobile-detail-page.tsx index dc50f378e4..52c4cbf43a 100644 --- a/packages/frontend/mobile/src/pages/workspace/detail/mobile-detail-page.tsx +++ b/packages/frontend/mobile/src/pages/workspace/detail/mobile-detail-page.tsx @@ -185,10 +185,12 @@ const DetailPageImpl = () => { > {/* Add a key to force rerender when page changed, to avoid error boundary persisting. */} - + {mode === 'page' && ( + + )}