Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
нет данных
;
}
}
TabsUser.propTypes = {
_obj: PropTypes.object,
_acl: PropTypes.string.isRequired,
handleLogOut: PropTypes.func.isRequired,
handleNavigate: PropTypes.func.isRequired,
handlePush: PropTypes.func,
first_run: PropTypes.bool.isRequired,
};
export default withPrm(withStyles(TabsUser));
}
{state.index === 1 && }
;
}
}
TabsLogin.propTypes = {
handleLogin: PropTypes.func.isRequired,
handleLogOut: PropTypes.func.isRequired,
user_name: PropTypes.string,
user_pwd: PropTypes.string,
};
export default withPrm(withStyles(TabsLogin));