mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/views: refactor rendering
This commit is contained in:
@ -18,7 +18,9 @@ class HelpController {
|
||||
|
||||
showHelpRoute(section) {
|
||||
topNavController.activate('help');
|
||||
this.helpView.render(section);
|
||||
this.helpView.render({
|
||||
section: section,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user