diff --git a/app/[locale]/apps/[application]/_components/ScreenshotSwiper.tsx b/app/[locale]/apps/[application]/_components/ScreenshotSwiper.tsx index ebeb6eee63d..a97f8d77b0c 100644 --- a/app/[locale]/apps/[application]/_components/ScreenshotSwiper.tsx +++ b/app/[locale]/apps/[application]/_components/ScreenshotSwiper.tsx @@ -59,7 +59,7 @@ const ScreenshotSwiper = ({ screenshots, appName }: ScreenshotSwiperProps) => { /> ))} - + {screenshots.length > 1 && } @@ -357,13 +362,10 @@ const Page = async (props: { {getTimeAgo(app.lastUpdated)} - {app.screenshots.length > 0 && ( + {allImages.length > 0 && ( {t("page-apps-gallery-title")} - + )}
{getTimeAgo(app.lastUpdated)}