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
PPL Sosial
pilar
pilar-web
Commits
116d63f4
Commit
116d63f4
authored
May 22, 2021
by
Mohammad Dwikurnia Apriadi
Browse files
menghilangkan satuan dari stok dari DetailProduk
parent
62d35528
Pipeline
#78320
passed with stages
in 3 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/page/produk/DetailProduk.jsx
View file @
116d63f4
...
...
@@ -249,7 +249,7 @@ const DetailProduk = ({ productId }) => {
margin-left: 1%;
`
}
>
{
product
.
pre_order
?
"
Preorder
"
:
product
.
stock
}
{
product
.
unit
}
{
product
.
pre_order
?
"
Preorder
"
:
product
.
stock
}
</
span
>
</
span
>
</
p
>
...
...
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