mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-24 14:34:42 +01:00
Run prettier
This commit is contained in:
parent
67af3aedae
commit
39eb5c4fab
2 changed files with 13 additions and 13 deletions
|
@ -358,11 +358,7 @@ function Status({
|
||||||
emojis: accountEmojis,
|
emojis: accountEmojis,
|
||||||
bot,
|
bot,
|
||||||
group,
|
group,
|
||||||
source: {
|
source: { pleroma: { actorType = undefined } = {} } = {},
|
||||||
pleroma: {
|
|
||||||
actorType = undefined
|
|
||||||
} = {},
|
|
||||||
} = {},
|
|
||||||
},
|
},
|
||||||
id,
|
id,
|
||||||
repliesCount,
|
repliesCount,
|
||||||
|
@ -508,7 +504,7 @@ function Status({
|
||||||
if (reblog) {
|
if (reblog) {
|
||||||
// If has statusID, means useItemID (cached in states)
|
// If has statusID, means useItemID (cached in states)
|
||||||
|
|
||||||
if (group || actorType === "Group") {
|
if (group || actorType === 'Group') {
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
data-state-post-id={sKey}
|
data-state-post-id={sKey}
|
||||||
|
@ -518,8 +514,12 @@ function Status({
|
||||||
<div class="status-pre-meta">
|
<div class="status-pre-meta">
|
||||||
<Icon icon="group" size="l" alt={t`Group`} />{' '}
|
<Icon icon="group" size="l" alt={t`Group`} />{' '}
|
||||||
<Trans>
|
<Trans>
|
||||||
<span>Posted in</span>{" "}
|
<span>Posted in</span>{' '}
|
||||||
<NameText account={status.account} instance={instance} showAvatar />{' '}
|
<NameText
|
||||||
|
account={status.account}
|
||||||
|
instance={instance}
|
||||||
|
showAvatar
|
||||||
|
/>{' '}
|
||||||
</Trans>
|
</Trans>
|
||||||
</div>
|
</div>
|
||||||
<Status
|
<Status
|
||||||
|
|
4
src/locales/en.po
generated
4
src/locales/en.po
generated
|
@ -32,7 +32,7 @@ msgstr ""
|
||||||
|
|
||||||
#: src/components/account-block.jsx:168
|
#: src/components/account-block.jsx:168
|
||||||
#: src/components/account-info.jsx:641
|
#: src/components/account-info.jsx:641
|
||||||
#: src/components/status.jsx:519
|
#: src/components/status.jsx:515
|
||||||
msgid "Group"
|
msgid "Group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2039,7 +2039,7 @@ msgstr ""
|
||||||
msgid "Import/export settings from/to instance server (Very experimental)"
|
msgid "Import/export settings from/to instance server (Very experimental)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/status.jsx:520
|
#: src/components/status.jsx:516
|
||||||
msgid "<0>Posted in</0> <1/>"
|
msgid "<0>Posted in</0> <1/>"
|
||||||
msgstr "<0>Posted in</0> <1/>"
|
msgstr "<0>Posted in</0> <1/>"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue