null is a valid value for runStatus
This commit 598fbffd, converted null/undefined to "uninitialised" which was then not handled by the <StatusBadge />
. This meant that during a running scan it was marked as failed as its the default state. null
is in fact a valid state which means "running"
broken state:
now corrected
Edited by Stuart Fisher