From eae7197b1f45ae6a6da73b2a2e480f6af90a5973 Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Fri, 17 Jan 2025 19:07:21 +0200 Subject: [PATCH] website: re-generate commons --- website/src/components/ReleasesList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/ReleasesList/index.tsx b/website/src/components/ReleasesList/index.tsx index a81c348..d08ba2a 100644 --- a/website/src/components/ReleasesList/index.tsx +++ b/website/src/components/ReleasesList/index.tsx @@ -26,7 +26,7 @@ export function ReleasesList({items}): JSX.Element { pluginData.releasesTable.length > 0 ? pluginData.releasesTable.map(release => (
  • - {release.title} {release.downloadUrl === "true" ? (<>(download)) : (<>)} + {release.title} {release.downloadUrl ? (<>(download)) : (<>)}
  • )) : (