Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Apr 20, 2018
1 parent b84a894 commit 9485c1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/SummaryPanel/InOutRateChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ type InOutRateChartPropType = {
percent3xxOut: number;
percent4xxOut: number;
percent5xxOut: number;
width?: number;
height?: number;
showLegend?: boolean;
legendPos?: string; // e.g. right, left
Expand Down
1 change: 0 additions & 1 deletion src/components/SummaryPanel/RateChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ type RateChartPropType = {
percent3xx: number;
percent4xx: number;
percent5xx: number;
width?: number;
height?: number;
showLegend?: boolean;
legendPos?: string; // e.g. right, left
Expand Down

0 comments on commit 9485c1e

Please sign in to comment.