Commit a74f6681 authored by Muhammadali's avatar Muhammadali

update-

parent 8e8d78df
...@@ -46,13 +46,13 @@ const InnerCaller = ({ hidden, type, from }) => { ...@@ -46,13 +46,13 @@ const InnerCaller = ({ hidden, type, from }) => {
<Block hidden={hidden}> <Block hidden={hidden}>
<div className='top'> <div className='top'>
<p className='call_text nocopy'> <p className='call_text nocopy'>
{type == 'connectingIncoming' || {(type == 'connectingIncoming' || type == 'connected') && (
(type == 'connected' && ( <>
<> {translator.translate('CALL_FROM')}{' '}
{translator.translate('CALL_FROM')}{' '} <span className='phone_text'>{from}</span>
<span className='phone_text'>{from}</span> </>
</> )}
))}
{type == 'connectingOutgoing' && ( {type == 'connectingOutgoing' && (
<> <>
{translator.translate('CALL_TO')}{' '} {translator.translate('CALL_TO')}{' '}
...@@ -61,9 +61,7 @@ const InnerCaller = ({ hidden, type, from }) => { ...@@ -61,9 +61,7 @@ const InnerCaller = ({ hidden, type, from }) => {
)} )}
</p> </p>
</div> </div>
<div className='bottom'> <div className='bottom'>{selectModalType(type)}</div>
{selectModalType(type)}
</div>
</Block> </Block>
); );
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment