homarr-labs / homarr

Found unnecessary fragments JS-0424
Anti-pattern
Major
1 occurrence in this check
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
22        : "evening";
23
24  return (
25    <>26      <Title>{t(timeOfDay, { username: "admin" })}</Title>27    </>28  );
29}