mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-02 12:05:28 +03:00
parent
b3d31a05e0
commit
2a74699f61
@ -192,7 +192,7 @@ export class Omnibox extends Component {
|
||||
{categoryResult}
|
||||
</Box>;
|
||||
|
||||
['commands', 'subscriptions', 'groups', 'apps'].map((category, i) => {
|
||||
['apps', 'commands', 'groups', 'subscriptions'].map((category, i) => {
|
||||
const categoryResults = state.results.get(category);
|
||||
if (categoryResults.length > 0) {
|
||||
const each = categoryResults.map((result, i) => {
|
||||
|
Loading…
Reference in New Issue
Block a user