Arseniy Zaostrovnykh 0223c2a00d
Fix UI warnings: <div> nested in <p> and list items lacking keys (#708)
Fix the two warnings observed when testing the SearchPage component:

- Each child in an array should have a unique "key" prop.
  -> add a key prop to list items
- <div> cannot be nested in <p> (or sth to that effect)
  -> change the relevant Typography components from "p" to "div"
2022-01-13 17:41:44 +01:00
..
2021-01-28 19:56:48 +01:00
2020-06-25 14:00:21 +02:00
2021-01-28 19:56:48 +01:00
2022-01-12 17:52:35 +00:00
2021-01-28 19:56:48 +01:00