forked from github/cinny
Remove No Active Call text when not in a call
This commit is contained in:
@@ -22,20 +22,7 @@ export function CallNavStatus() {
|
||||
}
|
||||
};
|
||||
if (!isCallActive) {
|
||||
return (
|
||||
<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 null;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user