diff --git a/graylog2-web-interface/src/components/throughput/GlobalThroughput.jsx b/graylog2-web-interface/src/components/throughput/GlobalThroughput.jsx index ffd7cb663bd3..715744af5e11 100644 --- a/graylog2-web-interface/src/components/throughput/GlobalThroughput.jsx +++ b/graylog2-web-interface/src/components/throughput/GlobalThroughput.jsx @@ -89,7 +89,7 @@ const ThroughputData = styled.span(({ $dataIn, theme }) => css` background-color: ${theme.colors.variant.light.default}; display: block; grid-area: 2 / 1 / 3 / 3; - `} +`} } `);