aboutsummaryrefslogtreecommitdiff
path: root/ui/src/stats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/stats.rs')
-rw-r--r--ui/src/stats.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/stats.rs b/ui/src/stats.rs
index 11163f3..6be30bd 100644
--- a/ui/src/stats.rs
+++ b/ui/src/stats.rs
@@ -19,7 +19,7 @@ impl Page for StatsPage<'_> {
fn title(&self) -> String {
tr(*self.lang, "stats.title").to_string()
}
- fn to_render(&self) -> markup::DynRender {
+ fn to_render(&self) -> markup::DynRender<'_> {
markup::new!(@self)
}
}