kopia lustrzana https://github.com/cheeaun/phanpy
rodzic
e3f58442aa
commit
1b0a77dfae
|
@ -643,7 +643,9 @@ function AccountInfo({
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
{postingStats.daysSinceLastPost < 365
|
{postingStats.daysSinceLastPost < 365
|
||||||
? `Last ${postingStats.total} posts in the past
|
? `Last ${postingStats.total} post${
|
||||||
|
postingStats.total > 1 ? 's' : ''
|
||||||
|
} in the past
|
||||||
${postingStats.daysSinceLastPost} day${
|
${postingStats.daysSinceLastPost} day${
|
||||||
postingStats.daysSinceLastPost > 1 ? 's' : ''
|
postingStats.daysSinceLastPost > 1 ? 's' : ''
|
||||||
}`
|
}`
|
||||||
|
|
Ładowanie…
Reference in New Issue