Skip to content

Commit

Permalink
correctly show commands in session detail (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefDahi authored Mar 4, 2025
1 parent 3fafdc5 commit b3c0cdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ng-container matColumnDef="schema">
<th mat-header-cell *matHeaderCellDef mat-sort-header> BDD </th>
<td mat-cell *matCellDef="let element">
<span style="font-weight: bold;">{{getCommand(element.commands)}}</span>
<span style="font-weight: bold;">{{getCommand(element.command)}}</span>
<br>
{{element["schema"] || element["name"] || 'N/A'}}
</td>
Expand Down

0 comments on commit b3c0cdb

Please sign in to comment.