-
-
-
+
+
+
+
+
+
+ {title}
+
+
+ {isPostPreviewAvailable(previewBody)
+ ? previewBody
+ : intl.formatMessage(messages.postWithoutPreview)}
+
+
+ {showAnsweredBadge && (
+
+ {' '}answered
+
+ )}
+ {canSeeReportedBadge && (
+
+ {intl.formatMessage(messages.contentReported)}
+ {' '}reported
+
+ )}
+ {pinned && (
+
)}
- >
- {title}
-
-
- {isPostPreviewAvailable(previewBody) ? previewBody : intl.formatMessage(messages.postWithoutPreview)}
-
- {showAnsweredBadge && (
-
- {' '}answered
-
- )}
- {canSeeReportedBadge && (
-
- {intl.formatMessage(messages.contentReported)}
- {' '}reported
-
- )}
- {pinned && (
-
- )}
+
+
-
-
-
- {!showDivider && pinned &&
}
-
+ {!showDivider && pinned &&
}
+
+
);
};
diff --git a/src/discussions/topics/TopicsView.jsx b/src/discussions/topics/TopicsView.jsx
index 5ea4622d2..55274d9e7 100644
--- a/src/discussions/topics/TopicsView.jsx
+++ b/src/discussions/topics/TopicsView.jsx
@@ -92,10 +92,10 @@ const TopicsView = () => {
onClear={handleOnClear}
/>
)}
-
+
{
filteredTopicsCount === 0
&& loadingStatus === RequestStatus.SUCCESSFUL
diff --git a/src/discussions/topics/topic-group/TopicGroupBase.jsx b/src/discussions/topics/topic-group/TopicGroupBase.jsx
index cf6cab52b..7377caf99 100644
--- a/src/discussions/topics/topic-group/TopicGroupBase.jsx
+++ b/src/discussions/topics/topic-group/TopicGroupBase.jsx
@@ -64,7 +64,7 @@ const TopicGroupBase = ({
}
return (
-
{renderFilteredTopics}
-
+
);
};