diff --git a/src/components/status.jsx b/src/components/status.jsx
index 7001db05..28f75ced 100644
--- a/src/components/status.jsx
+++ b/src/components/status.jsx
@@ -359,7 +359,15 @@ function Status({
}),
}}
/>
- {!!poll && }
+ {!!poll && (
+ {
+ states.statuses.get(id).poll = newPoll;
+ }}
+ />
+ )}
{!spoilerText && sensitive && !!mediaAttachments.length && (