+
+
+ {truncateWallet(convo.counterpartyWallet)}
+
+
+ {formatRelativeTime(convo.lastMessageAt)}
+
+
+
+ 0 ? 'text-gray-300 font-medium' : 'text-gray-500'}`}>
+ {convo.lastMessageType === 'image' && (
+
+ )}
+ {getMessagePreview(convo)}
+
+ {convo.unreadCount > 0 && (
+
+ {convo.unreadCount}
+
+ )}
+
+
+