summaryrefslogtreecommitdiffstats
path: root/ui/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/state.rs')
-rw-r--r--ui/src/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/state.rs b/ui/src/state.rs
index 2bf2edc8..a1007259 100644
--- a/ui/src/state.rs
+++ b/ui/src/state.rs
@@ -307,7 +307,7 @@ impl State {
if let Some(notification) =
accounts[idxa].reload(event, hash, (work_controller, sender, replies))
{
- if let UIEvent::Notification(_, _) = notification {
+ if let UIEvent::Notification(_, _, _) = notification {
self.context
.replies
.push_back(UIEvent::MailboxUpdate((idxa, hash)));