remove unnecessary children in Interface

This commit is contained in:
August Skare
2018-11-19 09:47:34 +01:00
parent 0b46f44ad3
commit 6e1014a647
7 changed files with 4 additions and 22 deletions

View File

@@ -8,7 +8,6 @@ import { GlobalStyles } from 'ts/globalStyles';
interface BaseProps {
context: any;
children: React.ReactNode;
}
const Base: React.StatelessComponent<BaseProps> = props => (