update outgoing call duration every 30 seconds until the call is over

This commit is contained in:
m5r
2021-08-30 20:53:21 +08:00
parent 6a2e76857b
commit ab004235f6
8 changed files with 131 additions and 157 deletions

View File

@ -24,7 +24,7 @@ const OpenMetrics: BlitzPage = () => {
);
};
function Card({ title, value }: any) {
function Card({ title, value }: { title: string; value: number | string }) {
return (
<div className="px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6">
<dt className="text-sm font-medium text-gray-500 truncate">{title}</dt>