diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx index 2cefeed569..afd38ddb1d 100644 --- a/src/components/LayerUI.tsx +++ b/src/components/LayerUI.tsx @@ -411,7 +411,8 @@ const LayerUI = ({ onClick={onCollabButtonClick} /> )} - {renderTopRightUI?.(device.isMobile, appState)} + {!appState.viewModeEnabled && + renderTopRightUI?.(device.isMobile, appState)} {!appState.viewModeEnabled && ( )}