pl-fe: ok it doesn't work well

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-13 16:57:48 +02:00
parent 965dae3e9f
commit f05e936333

View File

@ -259,7 +259,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')}