mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
update app and towerlogo tests and remove stale code
This commit is contained in:
committed by
Jake McDermott
parent
ebd09883fe
commit
e25dcb2448
@@ -15,13 +15,8 @@ class TowerLogo extends Component {
|
||||
}
|
||||
|
||||
onClick = () => {
|
||||
const { history, onClick: handleClick } = this.props;
|
||||
|
||||
if (!handleClick) return;
|
||||
|
||||
const { history } = this.props;
|
||||
history.push('/');
|
||||
|
||||
handleClick();
|
||||
};
|
||||
|
||||
onHover = () => {
|
||||
|
||||
Reference in New Issue
Block a user