Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Apr 10, 2024
2 parents 7b847ca + 1b9b6f3 commit f76698d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/howto/howto.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2 class="mt-3">How to add an item in the catalogue</h2>
<h4>Tabs & topics</h4>
<ul>
<li *ngFor="let tab of catalogueService.CONF?.tabs | keyvalue">
<strong>{{ tab.key }}:</strong> {{ tab.value }}
<strong>{{ tab.key }}:</strong> {{ tab.value.topic }}
</li>
</ul>

Expand Down

0 comments on commit f76698d

Please sign in to comment.