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
ppl-fasilkom-ui
IT Project 2020
Group B
pilar-web
Commits
09c7a2b3
Commit
09c7a2b3
authored
Nov 11, 2020
by
Tsamara Esperanti Erwin
🦄
Browse files
Pbi 6 ray
parent
df7afa7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/page/program/DetailProgram.jsx
View file @
09c7a2b3
...
...
@@ -400,7 +400,7 @@ const DetailProgram = ({ idProgram }) => {
{
progress
.
length
>
0
?
<
div
>
{
progress
.
map
(
p
=>
<
div
key
=
{
p
.
id
}
css
=
{
css
`margin-top: 1rem; font-size: 18px`
}
>
<
div
key
=
{
p
.
id
}
css
=
{
css
`margin-top: 1rem;
margin-bottom: 2rem;
font-size: 18px`
}
>
<
p
data-testid
=
"progress-date"
>
{
p
.
date
}
</
p
>
<
p
>
{
p
.
description
}
</
p
>
{
p
.
image
!==
null
&&
...
...
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