This commit is contained in:
2024-03-03 20:56:09 +03:00
parent 90b832e3e8
commit f68f4f322a
5 changed files with 5 additions and 10 deletions

View File

@@ -66,9 +66,9 @@ function User() {
])
),
m('hr'),
m.trust(data.user.body),
breadcrumbs_render(),
);
result.push(m.trust(data.user.body));
result.push(breadcrumbs_render());
};
return result
}