Hello I have a resource whose "name" must be made up of two words
<Resource name="individual reports"
list={IndividualReportsList}
icon={FindInPageIcon}
/>
How can I achieve this? Im using "react-admin": "^3.19.11",
Please advice