diff --git a/frontend/src/features/timeline/TimelineCall.tsx b/frontend/src/features/timeline/TimelineCall.tsx index 75e14ce0e8..06d5bb8390 100644 --- a/frontend/src/features/timeline/TimelineCall.tsx +++ b/frontend/src/features/timeline/TimelineCall.tsx @@ -2,7 +2,7 @@ import type { CallEvent } from '../../protos/xyz/block/ftl/v1/console/console_pb import { verbRefString } from '../verbs/verb.utils' export const TimelineCall = ({ call }: { call: CallEvent }) => { - const title = `${call.sourceVerbRef?.module ? `${verbRefString(call.sourceVerbRef)} -> ` : ''}${verbRefString(call.destinationVerbRef)}`; + const title = `${call.sourceVerbRef?.module ? `${verbRefString(call.sourceVerbRef)} -> ` : ''}${verbRefString(call.destinationVerbRef)}` return ( {call.sourceVerbRef?.module && (