Skip to content

Commit

Permalink
Remove unnecessary return of empty fragment (openshift-assisted#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammont82 authored and rawagner committed Sep 13, 2023
1 parent 6993095 commit 9529b47
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,4 @@ export const OcmBaseDomainField = ({ managedDomains }: { managedDomains: Managed
</FormGroup>
</>
);

return <></>;
};

0 comments on commit 9529b47

Please sign in to comment.