Closed jedpittman closed 3 years ago
I confirm that the errors described in the issue are corrected. All changes in the files appear directly related to the issue description. I confirm that all tests run successfully on my machine.
Please note that Github has identified two warnings in frontend/src/ui/Results/Results.stories.tsx
(1) 'Provider' is defined but never used (2) 'createStore' is defined but never used
I see that both are imported. The code that uses them has been commented out, therefore I suggest removing the two import statements, and all code that uses them. (I saw no issues when I did that and tested it on my local machine)
Thanks for the review @LewisStaples ; merging this code in now.
closes #311