update outgoing call duration every 30 seconds until the call is over
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user