Directly after logging out, if the user navigates immediately back to certain screens, e.g. our upcoming Contributions dashboard, some elements are not updated correctly to reflect the current logged-out state.
This could be solved by introducing a new Bus event that is fired upon logging out, and then subscribed by whatever screens need to update themselves upon logout/login.