mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +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,
|
||||
bot,
|
||||
group,
|
||||
source: {
|
||||
pleroma: {
|
||||
actorType = undefined
|
||||
} = {},
|
||||
} = {},
|
||||
source: { pleroma: { actorType = undefined } = {} } = {},
|
||||
},
|
||||
id,
|
||||
repliesCount,
|
||||
|
@ -508,7 +504,7 @@ function Status({
|
|||
if (reblog) {
|
||||
// If has statusID, means useItemID (cached in states)
|
||||
|
||||
if (group || actorType === "Group") {
|
||||
if (group || actorType === 'Group') {
|
||||
return (
|
||||
<div
|
||||
data-state-post-id={sKey}
|
||||
|
@ -518,8 +514,12 @@ function Status({
|
|||
<div class="status-pre-meta">
|
||||
<Icon icon="group" size="l" alt={t`Group`} />{' '}
|
||||
<Trans>
|
||||
<span>Posted in</span>{" "}
|
||||
<NameText account={status.account} instance={instance} showAvatar />{' '}
|
||||
<span>Posted in</span>{' '}
|
||||
<NameText
|
||||
account={status.account}
|
||||
instance={instance}
|
||||
showAvatar
|
||||
/>{' '}
|
||||
</Trans>
|
||||
</div>
|
||||
<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-info.jsx:641
|
||||
#: src/components/status.jsx:519
|
||||
#: src/components/status.jsx:515
|
||||
msgid "Group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2039,7 +2039,7 @@ msgstr ""
|
|||
msgid "Import/export settings from/to instance server (Very experimental)"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:520
|
||||
#: src/components/status.jsx:516
|
||||
msgid "<0>Posted in</0> <1/>"
|
||||
msgstr "<0>Posted in</0> <1/>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue