-
+
- {t('post.list.row.post.id', { id: postIndexInTopic })}
+ {t('post.list.row.post.id', { id: postIndex })}
-
+
{postAuthor !== null && setPostAuthorAddress !== null && timeAgo !== null
? (
<>
@@ -147,19 +162,22 @@ const PostListRow = (props) => {