mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +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) {
|
||||
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