Skip to content

Commit

Permalink
Merge pull request #3203 from jijiseong/fix/add-components-command
Browse files Browse the repository at this point in the history
 Fix: Command is invalid, when I install emoji-combobox in platejs.org
  • Loading branch information
zbeyens authored May 18, 2024
2 parents 4164f4e + cdb6e83 commit dcd80c3
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 dcd80c3

Please sign in to comment.