From d44d4655200b837aae0b36276d3f09d8fad9e6b1 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 19 Apr 2022 15:11:54 +0200 Subject: [PATCH] [Dev] TeactN: Fix typing --- src/lib/teact/teactn.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; }