Skip to content

Commit

Permalink
perf: rename empty layer to NO NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-craft committed Apr 29, 2024
1 parent c9becea commit 18ba04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/sidebar/BrowserTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ const renderLabel = ({ option }) => {
if (option.label === '') {
// blank label name
return h('div', [
h(NText, { italic: true, depth: 3 }, () => '[Empty]'),
h(NText, { italic: true, depth: 3 }, () => '[NO NAME]'),
h('span', () => ` (${option.keyCount || 0})`),
])
}
Expand Down

0 comments on commit 18ba04a

Please sign in to comment.