diff --git a/src/components/views/WorkshopView.tsx b/src/components/views/WorkshopView.tsx index 2f8de72..26363f0 100644 --- a/src/components/views/WorkshopView.tsx +++ b/src/components/views/WorkshopView.tsx @@ -1208,13 +1208,7 @@ function PackageCard({ )} - ) : ( -
- - No Image - -
- )} + ) : null}
+ {pkg.description && pkg.description.trim() !== "" && ( +

+ {pkg.description} +

+ )} {pkg.extended_description && pkg.extended_description.trim() !== "" && (
- Description + Details