mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 20:47:27 +03:00
providers: removing unnecessary stringify
This commit is contained in:
parent
c128a43f58
commit
df784e2ba1
@ -53,7 +53,7 @@ export const Providers = ({ match }: ProvidersProps) => {
|
||||
matches: results.map((p) => ({ value: p.shipName, display: p.nickname }))
|
||||
});
|
||||
}
|
||||
}, [JSON.stringify(results)]);
|
||||
}, [results]);
|
||||
|
||||
const isSelected = useCallback(
|
||||
(target: Provider) => {
|
||||
|
Loading…
Reference in New Issue
Block a user