remove extra reference clone

This commit is contained in:
yggverse 2024-11-05 09:47:32 +02:00
parent aa06170e28
commit abbb28a90a

View File

@ -93,7 +93,7 @@ impl Page {
// Actions
action_page_load: action_page_load.clone(),
action_page_open: action_page_open.clone(),
action_update: action_update.clone(),
action_update: action_update,
// Components
content,
navigation,