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
5931aa71
Commit
5931aa71
authored
Feb 23, 2021
by
Jonathan Chandra
Browse files
edit Search.jsx
parent
656f9b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/Search.jsx
View file @
5931aa71
...
...
@@ -39,6 +39,9 @@ export default function Search(props) {
<
div
className
=
"searchresultContainer"
>
<
h1
><
b
>
Search Results for "
{
searchParam
}
"
</
b
></
h1
>
<
ThreadList
thread
=
{
threads
}
/>
{
totalItems
==
0
&&
(
<
p
>
Can't find any thread with your keyword.
</
p
>
)
}
{
totalItems
!=
0
&&
(
<
div
className
=
"paginationContainer"
>
<
Pagination
...
...
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