diff --git a/frontend/static/js/views/ProfilePageView.js b/frontend/static/js/views/ProfilePageView.js index 8d8f930..58aa891 100644 --- a/frontend/static/js/views/ProfilePageView.js +++ b/frontend/static/js/views/ProfilePageView.js @@ -3,7 +3,7 @@ import { client } from "../index.js" export default class extends AbstractView { constructor(params) { - super(params, "Profile "); + super(params, params.username); this.username = params.username; }