Skip to content

Commit 1a723b5

Browse files
committed
Merge branch 'main' of git.se.informatik.uni-kiel.de:ExplorViz/code/frontend
2 parents 0538cb4 + 5abdfd6 commit 1a723b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/visualization/page-setup/sidebar/toolbar/trace-replayer/trace-step-details.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ export default function TraceStepDetails({
5454
</tr>
5555
<tr className="d-flex">
5656
<th className="col-3">Source Class</th>
57-
<td className="col-9 container-word-wrap">{sourceClass?.name}</td>
57+
<td className="col-9 container-word-wrap">{sourceClass}</td>
5858
</tr>
5959
<tr className="d-flex">
6060
<th className="col-3">Target Class</th>
61-
<td className="col-9 container-word-wrap">{targetClass?.name}</td>
61+
<td className="col-9 container-word-wrap">{targetClass}</td>
6262
</tr>
6363
<tr className="d-flex">
6464
<th className="col-3">Source Application</th>

0 commit comments

Comments
 (0)