From 59db1351266d95e87127e7a3dd085a7cf5557496 Mon Sep 17 00:00:00 2001 From: Manuel Calavera Date: Tue, 29 Oct 2019 20:13:50 -0700 Subject: [PATCH] fix: tds crash because of identity absence --- src/v2/components/ValidatorsMap/Marker.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/v2/components/ValidatorsMap/Marker.jsx b/src/v2/components/ValidatorsMap/Marker.jsx index b16809bb..9147d2ee 100644 --- a/src/v2/components/ValidatorsMap/Marker.jsx +++ b/src/v2/components/ValidatorsMap/Marker.jsx @@ -25,8 +25,8 @@ const Marker = ({scale, marker}: {scale: number, marker: any}) => {