mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
Format
This commit is contained in:
committed by
Matthew Kilgore
parent
dde718e27f
commit
9ff02f8822
@@ -102,7 +102,7 @@ export default class UserPage extends Page {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (!this.user) {
|
if (!this.user) {
|
||||||
app.store.find('users', username, {bySlug: true}).then(this.show.bind(this));
|
app.store.find('users', username, { bySlug: true }).then(this.show.bind(this));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user