Andrey Antukh 90580c8ea1 🐛 Fix dashboard* crash when team-id is nil on initial render
The component is eventually consistent: team-id from route params can
be nil during early renders. Guard the filterv, dd/initialize effect,
and the render tree with (some? team-id) checks so the component
renders nothing safely until team-id is available.

Signed-off-by: Andrey Antukh <niwi@niwi.nz>
2026-03-13 15:29:56 +00:00
..