mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Sometimes external, sometimes not.
This commit is contained in:
parent
332dd30c1d
commit
f5da383ef3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default ({ account, showAvatar, showAcct, short, external }) => {
|
|||
<a
|
||||
class={`name-text ${short ? 'short' : ''}`}
|
||||
href={url}
|
||||
// target="_blank"
|
||||
target={external ? '_blank' : null}
|
||||
title={`@${acct}`}
|
||||
onClick={(e) => {
|
||||
if (external) return;
|
||||
|
|
Loading…
Reference in a new issue