Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Co-authored-by: bright0824 <[email protected]>
  • Loading branch information
bright0824 committed Sep 18, 2023
1 parent 0f8cd5f commit 7f8d137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Alert/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof connector> {}

const _AppAlert = (props: Props) => {
Expand Down

0 comments on commit 7f8d137

Please sign in to comment.