validator's color fix
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
e63dad2106
commit
f3bd53600e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost-telemetry-frontend",
|
"name": "ghost-telemetry-frontend",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"author": "Uncle f4tso <f4ts0@ghostchain.io>",
|
"author": "Uncle f4tso <f4ts0@ghostchain.io>",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"description": "Ghost Telemetry frontend",
|
"description": "Ghost Telemetry frontend",
|
||||||
|
@ -66,7 +66,7 @@ export class Location extends React.Component<LocationProps, LocationState> {
|
|||||||
className += ' Location-dimmed';
|
className += ' Location-dimmed';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (node.validator) {
|
if (node.validator?.startsWith("sf")) {
|
||||||
className = `Validator-${className}-validator`;
|
className = `Validator-${className}-validator`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user