remove extra construction

This commit is contained in:
yggverse 2025-01-17 04:56:01 +02:00
parent 99c3c5b0e5
commit 67f2eace55

View File

@ -26,7 +26,7 @@ pub fn build(mime: &str, download: Option<(&Rc<TabAction>, &Uri)>) -> StatusPage
move |_| {
action
.load
.activate(Some(&format!("download:{}", request.to_string())), true);
.activate(Some(&format!("download:{}", request)), true);
}
});