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
2021
Kelas D
Justika - Pengembangan Platform untuk UMKM
Justika UMKM Legal - Frontend
Commits
870020f2
Commit
870020f2
authored
Jun 29, 2021
by
Shafiya Adzhani
Browse files
[CHORES] fix loading in riwayat
parent
90c8fb9d
Pipeline
#84303
passed with stages
in 11 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/pages/riwayat.js
View file @
870020f2
...
...
@@ -71,7 +71,7 @@ const Riwayat = () => {
<
div
className
=
"
grid grid-cols-1 md:grid-cols-2 md:gap-4 py-6 justify-items-center
"
>
<
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
.
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