Skip to content

Commit 7665368

Browse files
committed
fix: Showing symbol layer error in tooltip
1 parent 6b11249 commit 7665368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/charts/map/map-tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export const MapTooltip = () => {
264264
color: "#000",
265265
})}
266266
value={symbolTooltipState.value}
267-
error={symbolTooltipState.colors.error}
267+
error={symbolTooltipState.error}
268268
/>
269269
)}
270270

0 commit comments

Comments
 (0)