mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fix linting errors
This commit is contained in:
parent
a4f263bc92
commit
0213fb5412
@ -52,7 +52,7 @@ const Wrapper = styled.div`
|
||||
height: 100%;
|
||||
`;
|
||||
|
||||
const replaceIdentifier = node => {
|
||||
const replaceIdentifier = (node) => {
|
||||
if (stringIsUUID(node.originalNodeObject.identifier) && node.identifier) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user