Skip to content

Commit 23cdf7c

Browse files
committed
Resolved compile issues
2 parents 36d3205 + 76d1c7f commit 23cdf7c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/charts/LogsTable.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const Styles = styled.div`
3838
}
3939
`;
4040

41-
const data = commsData;
4241

4342
const Table = ({ columns, data }) => {
4443
const {

app/containers/GraphsContainer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const GraphsContainer: React.FC<GraphsContainerProps> = React.memo(function Grap
7575
<ResponseCodesChart />
7676
<TrafficChart />
7777
<RouteChart />
78+
<LogsTable />
7879
</div>
7980
) : (
8081
<div className="graphs">

0 commit comments

Comments
 (0)