diff --git a/src/components/topic/Topic.jsx b/src/components/topic/Topic.jsx index 7147f0d9de8702bca93e79252a0be33afd648dd5..050635eecca5b6f65e5fd688747eaca6a013f64a 100644 --- a/src/components/topic/Topic.jsx +++ b/src/components/topic/Topic.jsx @@ -73,7 +73,7 @@ export default function Topic(props) { </div> <div className="list_threads_section"> {totalItems == 0 && ( - <p>There are no threads with this topic yet</p> + <p>There are no threads with this topic yet.</p> )} {totalItems != 0 && ( <ThreadList thread={threads} />