mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
8740c8c0c9
In https://github.com/status-im/embark-area-51/commit/62964c8ce we've introduced a regression where are two errors are thrown when `Layout` component is rendered: - one for NavItem not having a key property - one for margin-top not being a supported style property on Container This commits fixes both.