12 | {messageVisibility &&
You will be seeing this if redux action is toggled
}
13 |
14 |
15 | );
16 |
17 | const mapStateToProps = (state: AppState) => ({
18 | messageVisibility: state.toggle.messageVisibility
19 | });
20 |
21 | const mapDispatchToProps = (dispatch: Dispatch