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
Fasilkom UI Open Source Software
Kape
Commits
ed301cd8
Commit
ed301cd8
authored
Apr 24, 2017
by
Zamil Majdy
Browse files
[#140652771] [#21] [Refactor] change api url using newly created vacancy list
parent
3e29b5dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/VacancyPage.jsx
View file @
ed301cd8
...
...
@@ -59,7 +59,7 @@ export default class VacancyPage extends React.Component {
);
}
else
if
(
this
.
state
.
role
===
'
company
'
)
{
return
(
<
VacancyList
key
=
{
1
}
userId
=
{
this
.
state
.
id
}
url
=
"/vacancies/"
type
=
"company"
/>
<
VacancyList
key
=
{
1
}
userId
=
{
this
.
state
.
id
}
url
=
"/vacancies/
?verified=false
"
type
=
"company"
/>
);
}
...
...
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