diff --git a/frontend/src/features/calls/CallList.tsx b/frontend/src/features/calls/CallList.tsx index e2af4ac76e..643e5014f8 100644 --- a/frontend/src/features/calls/CallList.tsx +++ b/frontend/src/features/calls/CallList.tsx @@ -29,8 +29,8 @@ export const CallList = ({ calls }: { calls: CallEvent[] | undefined }) => { Dur. Source Destination - Request - Response + Request + Response Error @@ -59,10 +59,10 @@ export const CallList = ({ calls }: { calls: CallEvent[] | undefined }) => { > {call.destinationVerbRef && verbRefString(call.destinationVerbRef)} - + {call.request} - + {call.response}