feat: add seconds to recent call sumary

This commit is contained in:
Quan HL
2023-05-27 17:15:36 +07:00
committed by Dave Horton
parent fbe71925b4
commit 0ef5c59d39
@@ -32,7 +32,7 @@ export const DetailsItem = ({ call }: DetailsItemProps) => {
<div className="item__info">
<div className="item__title">
<strong>
{dayjs(call.attempted_at).format("YYYY MM.DD hh:mm a")}
{dayjs(call.attempted_at).format("YYYY MM.DD hh:mm:ss a")}
</strong>
<span className="i txt--dark">
{call.direction === "inbound" ? (