This commit is contained in:
Quan HL
2023-10-02 11:49:30 +07:00
parent 62057eef1d
commit b1ac35bf46

View File

@@ -30,7 +30,7 @@ export const WindowApp = () => {
const [callHistories, setCallHistories] = useState<CallHistory[]>([]);
const tabsSettings = [
{
title: "Phone",
title: "Dialer",
content: (
<Phone
sipUsername={sipUsername}
@@ -42,7 +42,7 @@ export const WindowApp = () => {
),
},
{
title: "Recent",
title: "History",
content: <CallHistories calls={callHistories} />,
},
{