We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0538cb4 + 5abdfd6 commit 1a723b5Copy full SHA for 1a723b5
src/components/visualization/page-setup/sidebar/toolbar/trace-replayer/trace-step-details.tsx
@@ -54,11 +54,11 @@ export default function TraceStepDetails({
54
</tr>
55
<tr className="d-flex">
56
<th className="col-3">Source Class</th>
57
- <td className="col-9 container-word-wrap">{sourceClass?.name}</td>
+ <td className="col-9 container-word-wrap">{sourceClass}</td>
58
59
60
<th className="col-3">Target Class</th>
61
- <td className="col-9 container-word-wrap">{targetClass?.name}</td>
+ <td className="col-9 container-word-wrap">{targetClass}</td>
62
63
64
<th className="col-3">Source Application</th>
0 commit comments