Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Functional Programming
Diskuy-Frontend
Commits
6c010370
Commit
6c010370
authored
Feb 21, 2021
by
Jonathan
Browse files
Merge branch 'jonathan' into 'master'
edit Topic.jsx See merge request
!29
parents
7c36af15
d31ab558
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/topic/Topic.jsx
View file @
6c010370
...
...
@@ -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
}
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment