diff --git a/ui/src/pages/Inbox.tsx b/ui/src/pages/Inbox.tsx index 9e0b4983..24c42dad 100644 --- a/ui/src/pages/Inbox.tsx +++ b/ui/src/pages/Inbox.tsx @@ -1233,9 +1233,15 @@ export function Inbox() {
*]:bg-transparent", + )} onClick={() => setSelectedIndex(index)} > + {isSelected && ( +
+ )} {child}
);