mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-21 16:23:36 -05:00
Fix linting errors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user