fix if click name in QT can't show post owner's profile(6)
This commit is contained in:
parent
de0a42b04c
commit
74f1f1fe0d
@ -191,11 +191,6 @@ class Status extends ImmutablePureComponent {
|
||||
e.preventDefault();
|
||||
this.context.router.history.push(`/accounts/${id}`);
|
||||
}
|
||||
|
||||
if (e) {
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
this._openProfile(proper);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user