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
2399fe19
Commit
2399fe19
authored
Feb 23, 2021
by
Jonathan Chandra
Browse files
fix wording in Search.jsx
parent
42cff267
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/Search.jsx
View file @
2399fe19
...
...
@@ -42,7 +42,7 @@ export default function Search(props) {
</
h1
>
<
ThreadList
thread
=
{
threads
}
/>
{
totalItems
==
0
&&
(
<
p
>
Can't find any
thread with
your
keyword.
</
p
>
<
p
>
No
thread
s
with keyword
"
{
searchParam
}
" found
.
</
p
>
)
}
{
totalItems
!=
0
&&
(
<
div
className
=
"paginationContainer"
>
...
...
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