Fakultas Ilmu Komputer UI
Skip to content
GitLab
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
d8479407
Commit
d8479407
authored
Jun 02, 2017
by
Zamil Majdy
Browse files
Add photo on applicant list
parent
d25d5656
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/components/Applicant.jsx
View file @
d8479407
...
...
@@ -47,7 +47,7 @@ export default class Applicant extends React.Component {
return
(
<
Item
>
<
ModalAlert
ref
=
{
(
modal
)
=>
{
this
.
modalAlert
=
modal
;
}
}
/>
<
Item
.
Image
size
=
"small"
src
=
{
defaultImage
}
/>
<
Item
.
Image
size
=
"small"
src
=
{
this
.
props
.
data
.
student
.
photo
||
defaultImage
}
/>
<
Item
.
Content
verticalAlign
=
"middle"
style
=
{
{
wordWrap
:
'
break-word
'
,
width
:
'
100%
'
}
}
>
<
Item
.
Extra
>
<
Grid
.
Row
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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