Skip to content

Commit

Permalink
fix: On blank projects, remove experiences (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhyco committed Feb 24, 2024
1 parent 319ca57 commit 7d55c5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-turtles-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@coinbase/build-onchain-apps': minor
---

**fix** - on a blank app, remove experiences from the header
1 change: 1 addition & 0 deletions src/create/setupProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export async function setupProject(projectDir: string, project) {
removeDownloadedApps(projectDir + `/web/app/${value}`);
})

generateNavbarExperiencesList(projectDir, []);
} else {
experiences
.filter(({ value }) => !project.selectedModules.includes(value))
Expand Down

0 comments on commit 7d55c5b

Please sign in to comment.