Sometimes when you start a tally for an election you will see a blank page like this:
This is probably because the job finishes before the confirmation page loads. The page is checking for isTallyOngoing which is (presumably) false and therefore nothing gets shown (iirc there is another check that stops any results from loading in this state because at the time the state is expected to happen, the results are now stale).
We should ensure that something shows up in this case. @Prtksxna