mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 09:51:36 +03:00
apps-search: deps should have provider
This commit is contained in:
parent
4196abf0ce
commit
e252c46692
@ -26,7 +26,7 @@ export const Apps = ({ match }: AppsProps) => {
|
||||
if (Object.keys(allies).length > 0 && !isAllied) {
|
||||
useDocketState.getState().addAlly(provider);
|
||||
}
|
||||
}, [allies, isAllied]);
|
||||
}, [allies, isAllied, provider]);
|
||||
|
||||
const results = useMemo(() => {
|
||||
if (!treaties) {
|
||||
|
Loading…
Reference in New Issue
Block a user