diff --git a/src/lib/teact/teactn.tsx b/src/lib/teact/teactn.tsx index 5c31d70b1..90cc2420c 100644 --- a/src/lib/teact/teactn.tsx +++ b/src/lib/teact/teactn.tsx @@ -300,7 +300,7 @@ export function typify void, withGlobal: withGlobal as ( mapStateToProps: ((global: ProjectGlobalState, ownProps: OwnProps) => AnyLiteral), - ) => (Component: FC) => FC, + ) => (Component: FC) => FC, }; }