homarr-labs / homarr

Found unnecessary fragments JS-0424
Anti-pattern
Major
4 months ago8 months old
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
11    return <Script src="https://umami.homarr.dev/script.js" data-website-id={UMAMI_WEBSITE_ID} defer />;
12  }
13
14  return <></>;15};