\n
\n {!userInfo.is_email_verified && (\n
\n Email is not verified yet! Please verify your email by clicking\n on verification link.{' '}\n {!isEmailSend ? (\n \n Send verification email\n \n ) : (\n \n Message Sent.{' '}\n \n Resend\n \n \n )}\n .\n \n }\n banner\n closable\n />\n )}\n
\n
\n

\n
Account
\n
\n
\n
\n
Settings
\n
}\n placement=\"bottomRight\"\n >\n
\n \n
\n \n
}\n placement=\"bottomRight\"\n >\n
\n
\n {userInfo?.name?.slice(0, 2)}
\n \n
\n \n
\n
\n \n );\n};\n\n/** connect the component to the store */\n\n/** Interface to describe props from mapStateToProps */\ninterface DispatchedStateProps {\n userInfo: FlexObj;\n}\n\n/** Map props to state */\nconst mapStateToProps = (state: Partial