mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Writing logic code is hard
This commit is contained in:
parent
5314f071b2
commit
332dd30c1d
1 changed files with 34 additions and 33 deletions
|
@ -662,7 +662,8 @@ function Status({
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</span>{' '}
|
</span>{' '}
|
||||||
{size !== 'l' && uri ? (
|
{size !== 'l' &&
|
||||||
|
(uri ? (
|
||||||
<a href={uri} target="_blank" class="time">
|
<a href={uri} target="_blank" class="time">
|
||||||
<Icon
|
<Icon
|
||||||
icon={visibilityIconsMap[visibility]}
|
icon={visibilityIconsMap[visibility]}
|
||||||
|
@ -694,7 +695,7 @@ function Status({
|
||||||
{createdAtDate.toLocaleString()}
|
{createdAtDate.toLocaleString()}
|
||||||
</relative-time>
|
</relative-time>
|
||||||
</span>
|
</span>
|
||||||
)}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class={`content-container ${
|
class={`content-container ${
|
||||||
|
|
Loading…
Reference in a new issue