Skip to content

Commit

Permalink
Fix: invalid command
Browse files Browse the repository at this point in the history
  • Loading branch information
jijiseong committed May 18, 2024
1 parent 4164f4e commit cdb6e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/app/_components/installation-tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default function InstallationTab() {
},
new Set<string>()
)
).join(' ')}${isManual && ' tooltip'}`,
).join(' ')}${isManual ? ' tooltip' : ''}`,
plugins: `npm install ${Array.from(
plugins.reduce((uniquePackages, { npmPackage }) => {
if (npmPackage) {
Expand Down

0 comments on commit cdb6e83

Please sign in to comment.