diff --git a/web/src/routes/Event.jsx b/web/src/routes/Event.jsx index 35e954f70..add431048 100644 --- a/web/src/routes/Event.jsx +++ b/web/src/routes/Event.jsx @@ -86,7 +86,9 @@ export default function Event({ eventId, close, scrollRef }) { if (success) { setIsRetained(!isRetained); - window.location.reload(); // Need to reload page otherwise retain won't stick + + // Need to reload page otherwise retain button state won't stick if event is collapsed and re-opened. + window.location.reload(); } } catch (e) {