+ {chatPair.question.value.author?.avatar ? (
+

+ ) : (
+
+ {(chatPair.question.value.author?.displayName || chatPair.question.value.author?.handle || '?').charAt(0).toUpperCase()}
+
+ )}
+
+
{chatPair.question.value.author?.displayName || chatPair.question.value.author?.handle}
+
@{chatPair.question.value.author?.handle}
+
{new Date(chatPair.question.value.createdAt).toLocaleString()}
+
+ {canDelete(chatPair) && (
+
+
+
+ )}
+