Compare commits

...

1 Commits

Author SHA1 Message Date
Quan HL
0ef5c59d39 feat: add seconds to recent call sumary 2023-06-01 08:12:47 -04:00

View File

@@ -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" ? (