Skip to content

Commit 09cfc9c

Browse files
proper sort order
1 parent 76a6861 commit 09cfc9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/client/browse.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export function browse(data, $item) {
2626
if (system.includes(plugin.plugin)) return category == 'system'
2727
return category == (have || 'option')
2828
})
29+
.toSorted((a,b) => a.plugin.localeCompare(b.plugin))
2930
.map(format)
3031
.join('\n')}`,
3132
)

0 commit comments

Comments
 (0)