diff --git a/src/components/Alert/index.tsx b/src/components/Alert/index.tsx index 730950b..a038eda 100644 --- a/src/components/Alert/index.tsx +++ b/src/components/Alert/index.tsx @@ -7,7 +7,7 @@ const mapStateToProps = (state: AppState) => ({ }); const mapDispatchToProps = {}; -const connector = connect(mapStateToProps, mapDispatchToProps); +const connector = connect(mapStateToProps, mapDispatchToProps); // This is connector for alert interface Props extends ConnectedProps {} const _AppAlert = (props: Props) => {