mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-26 21:21:04 +01:00
Fixup: re-add erroneously removed lines
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
c861b31b72
commit
76ca7d08d9
@ -89,6 +89,10 @@ const SeriesName: FC<SeriesNameProps> = ({ labels, format }) => {
|
||||
);
|
||||
};
|
||||
|
||||
if (labels === null) {
|
||||
return <>scalar</>;
|
||||
}
|
||||
|
||||
if (format) {
|
||||
return renderFormatted();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user