mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +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
|
<a
|
||||||
class={`name-text ${short ? 'short' : ''}`}
|
class={`name-text ${short ? 'short' : ''}`}
|
||||||
href={url}
|
href={url}
|
||||||
// target="_blank"
|
target={external ? '_blank' : null}
|
||||||
title={`@${acct}`}
|
title={`@${acct}`}
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
if (external) return;
|
if (external) return;
|
||||||
|
|
Loading…
Reference in a new issue