remove extra reference

This commit is contained in:
yggverse 2025-01-17 04:56:16 +02:00
parent 67f2eace55
commit 65237abee0

View File

@ -81,7 +81,7 @@ impl Page {
let status = Rc::new(RefCell::new(Status::New { time: now() }));
let client = Rc::new(Client::init(&profile, {
let client = Rc::new(Client::init(profile, {
let id = id.clone();
let status = status.clone();
let update = browser_action.update.clone();