Фикс звонков самому себе

This commit is contained in:
RoyceDa
2026-03-21 19:39:47 +02:00
parent 98fbabc130
commit 48e0cddbaa

View File

@@ -135,11 +135,13 @@ export function ChatHeader() {
</Flex>
</Flex>
<Flex h={'100%'} align={'center'} gap={'sm'}>
{publicKey != opponent.publicKey && (
<IconPhone
onClick={() => call(dialog)}
style={{
cursor: 'pointer'
}} stroke={1.5} color={theme.colors.blue[7]} size={24}></IconPhone>
)}
<IconTrashX
onClick={onClickClearMessages}
style={{