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>