38 |
39 |
40 | {service.charAt(0).toUpperCase() + service.slice(1)} {metric}
41 | {tip && }
42 |
43 |
44 | Latest
45 |
46 | {data.latest?.toFixed(multiplier)}
47 | {sub}
48 |
49 |
50 |
51 |
52 |
58 |
59 |
60 |
61 |
62 |
63 |
86 |
87 | );
88 | };
89 |
90 | export const Stats = React.memo(
91 | ({ statsAggregator, handleClose }: StatsProps) => {
92 | const [currentStats, setCurrentStats] = useState