Fix update notifications (#8554)

Fixes: #7597

Release Notes:

- Fixed update notifications
([#7597](https://github.com/zed-industries/zed/issues/7597)).
This commit is contained in:
Conrad Irwin 2024-02-28 13:43:54 -07:00 committed by GitHub
parent 6a3ac94eea
commit 495de89747
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ impl Render for UpdateNotification {
crate::view_release_notes(&Default::default(), cx);
this.dismiss(&menu::Cancel, cx)
})),
);
)
}
}