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
5dcd1082
Commit
5dcd1082
authored
May 16, 2017
by
sirinbaisa
Browse files
no message
parent
173de4f7
Changes
1
Show whitespace changes
Inline
Side-by-side
assets/js/VacancyPage.jsx
View file @
5dcd1082
...
@@ -62,7 +62,7 @@ export default class VacancyPage extends React.Component {
...
@@ -62,7 +62,7 @@ export default class VacancyPage extends React.Component {
return
(
return
(
<
VacancyList
key
=
{
1
}
userId
=
{
this
.
state
.
id
}
url
=
{
`/companies/
${
this
.
state
.
id
}
/vacancies/`
}
type
=
"company"
/>
<
VacancyList
key
=
{
1
}
userId
=
{
this
.
state
.
id
}
url
=
{
`/companies/
${
this
.
state
.
id
}
/vacancies/`
}
type
=
"company"
/>
);
);
}
else
if
(
this
.
props
.
user
.
role
===
'
admin
'
)
{
}
else
if
(
this
.
props
.
user
.
role
===
'
supervisor
'
)
{
return
(
return
(
<
Tabs
selected
=
{
0
}
>
<
Tabs
selected
=
{
0
}
>
<
Pane
label
=
"Lowongan Belum Terferivikasi"
>
<
Pane
label
=
"Lowongan Belum Terferivikasi"
>
...
...
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