Update [...packageName].astro

This commit is contained in:
rifting 2024-11-12 17:29:26 -06:00 committed by GitHub
parent 2e9584e39e
commit 42a9018e87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,6 +123,7 @@ const assetsJson = await response.json();
) || []; ) || [];
//@ts-ignore //@ts-ignore
const pluginItemExists = pluginItems.find( const pluginItemExists = pluginItems.find(
//@ts-ignore
({ name, remove }) => name === packageName && remove !== true ({ name, remove }) => name === packageName && remove !== true
); );
const installButton = document.getElementById( const installButton = document.getElementById(