(feat): updated calls
This commit is contained in:
parent
fb7c9fa538
commit
ab36992bdd
15 changed files with 318 additions and 99 deletions
|
|
@ -3,5 +3,5 @@ import { useCall } from "../context";
|
|||
export default function SidebarBox() {
|
||||
const { state } = useCall();
|
||||
|
||||
return state === "closed" ? null : <div>Sidebar</div>;
|
||||
return state === "closed" ? null : <div>Sidebar {state}</div>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue