pl-fe: again

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-13 17:46:28 +02:00
parent f05e936333
commit 8374f3bfc7

View File

@ -340,7 +340,7 @@ const Account = ({
<HStack alignItems='center' space={1}>
<Text theme='muted' size='sm' direction='ltr' truncate>@{username}</Text>
{account.locked && (
{!timestamp && account.locked && (
<>
<Icon
src={require('@phosphor-icons/core/regular/lock.svg')}