Skip to content

Commit

Permalink
fix: key
Browse files Browse the repository at this point in the history
  • Loading branch information
zixuan1986 committed Aug 23, 2023
1 parent d98bc2e commit 153dda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Nav_v3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
.map((el) => {
if (el.key == "adventure") return false;
if (el.key == "furniture") return false;
if (el.key == "homeland") return false;
if (el.key == "blueprint") return false;
if (el.key == "exterior") return false;
return el;
})
Expand Down

0 comments on commit 153dda8

Please sign in to comment.