mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
parent
92c39dc526
commit
e80101ab0a
@ -144,6 +144,9 @@ export function Omnibox(props: OmniboxProps): ReactElement {
|
||||
})
|
||||
);
|
||||
});
|
||||
resultsMap.set('ships', resultsMap.get('ships').filter(ship => (
|
||||
ship.title === `~${window.ship}` ? null : (ship)
|
||||
)));
|
||||
return resultsMap;
|
||||
}, [query, index]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user