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
ppl-fasilkom-ui
2021
Kelas D
Justika - Pengembangan Platform untuk UMKM
Justika UMKM Legal - Frontend
Commits
22da10a5
Commit
22da10a5
authored
May 17, 2021
by
Shafiya Adzhani
Browse files
[CHORES] fix loader length
parent
d3fc9f1d
Pipeline
#77498
passed with stages
in 15 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/pages/riwayat.js
View file @
22da10a5
...
...
@@ -71,7 +71,7 @@ const Riwayat = () => {
<
div
className
=
"
grid grid-cols-1 lg:grid-cols-2 lg:gap-4 py-6
"
>
<
CardProyekBaru
/>
{
data
?.
length
?
(
{
data
?.
length
>=
0
?
(
data
.
map
((
value
,
index
)
=>
(
<
CardPesanan
index
=
{
index
}
...
...
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