diff --git a/ui/src/pages/Inbox.tsx b/ui/src/pages/Inbox.tsx index 9a22afbf..9abea715 100644 --- a/ui/src/pages/Inbox.tsx +++ b/ui/src/pages/Inbox.tsx @@ -545,36 +545,37 @@ export function Inbox() { return (
-
- navigate(`/inbox/${value}`)}> - - - +
+ navigate(`/inbox/${value}`)}> + + + {canMarkAllRead && ( )} +
- {tab === "all" && ( - <> + {tab === "all" && ( +
)} - - )} -
+
+ )}
{approvalsError &&

{approvalsError.message}

}