chore(wrapper): fix typo

This commit is contained in:
moklick
2021-02-23 14:49:43 +01:00
parent 87cdb2c2a4
commit 2f5ce17a89
+1 -1
View File
@@ -10,7 +10,7 @@ const Wrapper: FC = ({ children }) => {
]);
if (isWrappedWithReactFlowProvider) {
// we need to wrap it with a fragment because t's not allowed for children to be a ReactNode
// we need to wrap it with a fragment because it's not allowed for children to be a ReactNode
// https://github.com/DefinitelyTyped/DefinitelyTyped/issues/18051
return <>{children}</>;
}