1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00
This commit is contained in:
Alexander Skvortsov
2020-11-19 15:39:07 -05:00
committed by Matthew Kilgore
parent dde718e27f
commit 9ff02f8822

View File

@@ -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));
}
}