diff --git a/src/features/inbox/components/inbox-card.tsx b/src/features/inbox/components/inbox-card.tsx index 8de995b..57d93bc 100644 --- a/src/features/inbox/components/inbox-card.tsx +++ b/src/features/inbox/components/inbox-card.tsx @@ -104,11 +104,11 @@ export const InboxCard = memo(function InboxCard({ return ( -
- +
+ {onSelectToggle && ( )} -
+
- - {item.sourceAppName || item.sourceApp} - - - - - {timeAgo} - - - {fullDate} - +
+ + {item.sourceAppName || item.sourceApp} + + + + + {timeAgo} + + + {fullDate} + +
{amount !== null && ( - + )}