+
+
+
+
+
+ {typeof mapStyle.name === 'string'
+ ? mapStyle.name
+ : t(mapStyle.name)}
+
+ {!mapStyle.isDefault && (
+
+ {`${Math.round(convertKbToMb(mapStyle.bytesStored))} ${t(m.mb)}`}
+
+ )}
+
+
+ {selectedMapStyle?.id === mapStyle.id && (
+
+ )}
+
+
+