Skip to content

Commit 9814cc3

Browse files
jasonschroeder-sfdcEdSchouten
authored andcommitted
chore: fix typo in NetworkMetrics component
Systen -> System
1 parent 4e1fe17 commit 9814cc3

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/NetworkMetrics

1 file changed

+1
-1
lines changed

frontend/src/components/NetworkMetrics/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const NetworkMetricsDisplay: React.FC<{ networkMetrics: NetworkMetrics | undefin
1616
const systemNetworkStats: SystemNetworkStats | undefined = networkMetrics?.systemNetworkStats ?? undefined
1717
return (
1818
<Space direction="vertical" size="middle" style={{ display: 'flex' }} >
19-
<PortalCard titleBits={["Systen Network Metrics"]} icon={<FieldTimeOutlined />}>
19+
<PortalCard titleBits={["System Network Metrics"]} icon={<FieldTimeOutlined />}>
2020
<Row>
2121
<Space size="large">
2222
<Statistic title="Bytes Recieved" value={systemNetworkStats?.bytesRecv ?? 0} formatter={formatter} />

0 commit comments

Comments
 (0)