mirror of
https://github.com/flarum/core.git
synced 2025-06-06 06:35:09 +02:00
Not sure why this started happening now, but the admin navigation dropdown wasn't receiving its children properly. This commit fixes a flaw in our Mithril patch and allows an array of children to be passed in the normal JSX way, rather than as an attribute.