diff --git a/ui/src/pages/Inbox.tsx b/ui/src/pages/Inbox.tsx index 78fe02ff..9f9704ef 100644 --- a/ui/src/pages/Inbox.tsx +++ b/ui/src/pages/Inbox.tsx @@ -1792,21 +1792,26 @@ export function Inbox() { } desktopMetaLeading={ <> - {depth === 0 && hasChildren ? ( - - ) : depth === 0 ? null : ( - - )} + {nestingEnabled ? ( + depth === 0 && hasChildren ? ( + + ) : ( + + ) + ) : null} + {depth > 0 ? ( + + ) : null} setSelectedIndex(cNavIdx)} > {canArchiveFromTab ? (