We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8277da3 commit 3f89d04Copy full SHA for 3f89d04
src/components/children.tsx
@@ -27,7 +27,7 @@ export function Children({
27
setHref: SetHref;
28
}) {
29
const { collections } = useStacMap();
30
- const children = useChildren(value, !!collections);
+ const children = useChildren(value, !collections);
31
const { map } = useMap();
32
const selfHref = value?.links?.find((link) => link.rel === "self")?.href;
33
const [mapBbox, setMapBbox] = useState<BBox>();
0 commit comments