diff --git a/ui/src/pages/Inbox.tsx b/ui/src/pages/Inbox.tsx index 521bdf58..149bd292 100644 --- a/ui/src/pages/Inbox.tsx +++ b/ui/src/pages/Inbox.tsx @@ -137,11 +137,40 @@ function FailedRunInboxRow({ className, )}>
+ {showUnreadSlot ? ( + + {showUnreadDot ? ( + + ) : onArchive ? ( + + ) : ( + + ) : null} -
- {showUnreadSlot && ( - - {showUnreadDot ? ( - - ) : onArchive ? ( - - ) : ( - - )}
+ ) : onArchive ? ( + + ) : ( + + ) : null} -
) : null} - {showUnreadSlot && ( - - {showUnreadDot ? ( - - ) : onArchive ? ( - - ) : ( - - )} {showResolutionButtons ? (
@@ -414,8 +414,37 @@ function JoinRequestInboxRow({ className, )}>
+ {showUnreadSlot ? ( + + {showUnreadDot ? ( + + ) : onArchive ? ( + + ) : ( + + ) : null}
-
- {showUnreadSlot && ( - - {showUnreadDot ? ( - - ) : onArchive ? ( - - ) : ( - - )}