mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Fix lint error after rebasing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user