In my react component, I have a react data table. The data in it is fetched from an axios get call. For testing this component, I have mocked the response from the axios call. The mocked response is correct, but the table is empty.
How do I get the table to render?