mirror of
https://github.com/flarum/core.git
synced 2025-07-29 20:50:28 +02:00
Fix typo
This commit is contained in:
@@ -48,7 +48,7 @@ app.initializers.add('flarum-mentions', function() {
|
||||
});
|
||||
});
|
||||
|
||||
// Add add mentions tab in user profile
|
||||
// Add mentions tab in user profile
|
||||
app.routes['user.mentions'] = {path: '/u/:username/mentions', component: MentionsUserPage.component()};
|
||||
extend(UserPage.prototype, 'navItems', function(items) {
|
||||
const user = this.user;
|
||||
|
Reference in New Issue
Block a user