We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bad063 commit 3552fb8Copy full SHA for 3552fb8
src/components/lex/map.client.ts
@@ -62,8 +62,6 @@ function ColumnsMapInner({
62
63
const map = "/map/layers#" + mapUrl
64
65
- console.log(showFossils, 'div.' + (showFossils ? 'selected' : 'btn'))
66
-
67
return h('div.lex-controls', [
68
h.if(mapUrl !== "")('div.btn', { onClick: () => navigate(map) }, h(Icon, { icon: "map", className: 'icon' })),
69
h.if(fossilsExist)('div.' + (showFossils ? 'selected' : 'btn'), { onClick: handleFossils }, h(Icon, { icon: "mountain", className: 'icon' })),
0 commit comments