mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-25 06:54:43 +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>{' '}
|
||||
{size !== 'l' && uri ? (
|
||||
{size !== 'l' &&
|
||||
(uri ? (
|
||||
<a href={uri} target="_blank" class="time">
|
||||
<Icon
|
||||
icon={visibilityIconsMap[visibility]}
|
||||
|
@ -694,7 +695,7 @@ function Status({
|
|||
{createdAtDate.toLocaleString()}
|
||||
</relative-time>
|
||||
</span>
|
||||
)}
|
||||
))}
|
||||
</div>
|
||||
<div
|
||||
class={`content-container ${
|
||||
|
|
Loading…
Add table
Reference in a new issue