fix if click name in QT can't show post owner's profile(6)

This commit is contained in:
YoheiZuho 2022-05-01 19:26:01 +09:00
parent de0a42b04c
commit 74f1f1fe0d

View File

@ -191,11 +191,6 @@ class Status extends ImmutablePureComponent {
e.preventDefault(); e.preventDefault();
this.context.router.history.push(`/accounts/${id}`); this.context.router.history.push(`/accounts/${id}`);
} }
if (e) {
e.preventDefault();
}
this._openProfile(proper); this._openProfile(proper);
} }