This fragment essentially serves no purpose as only a single component (of value) is being returned you can do away with it. This is a nitpick (😄) but with react its easy for components to get cluttered with random elements all over the place so I think wherever possible you should look to simplify.
This fragment essentially serves no purpose as only a single component (of value) is being returned you can do away with it. This is a nitpick (😄) but with react its easy for components to get cluttered with random elements all over the place so I think wherever possible you should look to simplify.