pl-fe: fix participants count display

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-30 07:29:15 +01:00
parent 0eba5741c1
commit 229eb0ecb2

View File

@ -443,7 +443,7 @@ const EventHeader: React.FC<IEventHeader> = ({ status }) => {
</span>
</HStack>
{event.join_mode !== 'external' || event.participants_count > 0 && (
{(event.join_mode !== 'external' || event.participants_count > 0) && (
<HStack alignItems='center' space={2}>
<Icon src={require('@phosphor-icons/core/regular/users.svg')} />
<a href='#' className='hover:underline' onClick={handleParticipantsClick}>