This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
selenaaasi
/
trampa-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Finished feature 639
feature/639
jovan.cirkovic
3 years ago
parent
54d72a4e2e
commit
18cf308a79
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/components/ItemDetails/ItemDetails.js
+ 0
- 1
src/components/ItemDetails/ItemDetails.js
View File
@@ -32,7 +32,6 @@ const ItemDetails = (props) => {
return (
<ItemDetailsContainer>
<Header />
<SkeletonItemDetails />
{isLoadingOffer || isLoadingOffer === undefined ? (
<SkeletonItemDetails />
) : (
Write
Preview
Loading…
Cancel
Save