Remove extra props

This commit is contained in:
corpglory-dev 2019-02-27 17:33:18 +03:00
parent e842e86e2a
commit 6114097668
2 changed files with 0 additions and 3 deletions

View File

@ -16,8 +16,6 @@ export interface Props extends Themeable {
unit: string;
pieType: string;
format: string;
stat: string;
strokeWidth: number;
}

View File

@ -48,7 +48,6 @@ export class PiechartPanel extends PureComponent<Props> {
pieType={options.pieType}
strokeWidth={options.strokeWidth}
unit={valueOptions.unit}
stat={valueOptions.stat}
theme={theme}
/>
)}