mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +03:00
Remove No Active Call text when not in a call
This commit is contained in:
parent
7712e34d22
commit
20815390e6
1 changed files with 1 additions and 14 deletions
|
|
@ -22,20 +22,7 @@ export function CallNavStatus() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if (!isCallActive) {
|
if (!isCallActive) {
|
||||||
return (
|
return null;
|
||||||
<Box
|
|
||||||
direction="Column"
|
|
||||||
gap="500"
|
|
||||||
style={{
|
|
||||||
flexShrink: 0,
|
|
||||||
borderTop: `1px solid #e0e0e0`,
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<Text size="T200" color="Muted" align="Center">
|
|
||||||
No active call
|
|
||||||
</Text>
|
|
||||||
</Box>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue