mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +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()};
|
app.routes['user.mentions'] = {path: '/u/:username/mentions', component: MentionsUserPage.component()};
|
||||||
extend(UserPage.prototype, 'navItems', function(items) {
|
extend(UserPage.prototype, 'navItems', function(items) {
|
||||||
const user = this.user;
|
const user = this.user;
|
||||||
|
Reference in New Issue
Block a user