mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Fix lint error after rebasing
This commit is contained in:
parent
0b50794614
commit
b7d4f0b5ff
@ -158,7 +158,7 @@ function AtPopoverController () {
|
||||
popover.style.visibility = 'visible';
|
||||
popover.style.opacity = 1;
|
||||
|
||||
if (scope.popover.position === 'right') {
|
||||
if (scope.popover.position === 'right') {
|
||||
vm.displayRight(positions);
|
||||
} else if (scope.popover.position === 'top') {
|
||||
vm.displayTop(positions);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user