remove uneeded comment
This commit is contained in:
parent
f14ba0e97f
commit
58dfe98448
@ -9,7 +9,6 @@ interface ChartViewProps {
|
|||||||
testID?: string;
|
testID?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ChartView functional component with margin props
|
|
||||||
const ChartView: React.FC<ChartViewProps> = ({ children, style, testID }) => {
|
const ChartView: React.FC<ChartViewProps> = ({ children, style, testID }) => {
|
||||||
return <View style={[graphStyles.container, style]} testID={testID} >{children}</View>;
|
return <View style={[graphStyles.container, style]} testID={testID} >{children}</View>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user