Skip to content

Commit

Permalink
Update [...packageName].astro
Browse files Browse the repository at this point in the history
  • Loading branch information
rifting authored Nov 12, 2024
1 parent 2e9584e commit 42a9018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/[lang]/catalog/package/[...packageName].astro
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ const assetsJson = await response.json();
) || [];
//@ts-ignore
const pluginItemExists = pluginItems.find(
//@ts-ignore
({ name, remove }) => name === packageName && remove !== true
);
const installButton = document.getElementById(
Expand Down

0 comments on commit 42a9018

Please sign in to comment.