diff --git a/package.json b/package.json index 9d02116..2d849f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-telemetry-frontend", - "version": "0.1.5", + "version": "0.1.6", "author": "Uncle f4tso ", "license": "GPL-3.0", "description": "Ghost Telemetry frontend", diff --git a/src/components/Map/Location.tsx b/src/components/Map/Location.tsx index e676272..de7450b 100644 --- a/src/components/Map/Location.tsx +++ b/src/components/Map/Location.tsx @@ -66,7 +66,7 @@ export class Location extends React.Component { className += ' Location-dimmed'; } - if (node.validator) { + if (node.validator?.startsWith("sf")) { className = `Validator-${className}-validator`; }