mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Fix linting errors
This commit is contained in:
@@ -52,7 +52,7 @@ const Wrapper = styled.div`
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const replaceIdentifier = node => {
|
const replaceIdentifier = (node) => {
|
||||||
if (stringIsUUID(node.originalNodeObject.identifier) && node.identifier) {
|
if (stringIsUUID(node.originalNodeObject.identifier) && node.identifier) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user