Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Jan 31, 2025
1 parent 234ccb7 commit 80f7103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FootnoteService } from './footnote.service';

@Component({
selector: 'app-footnotes',
template: `<h5>Footnotes</h5>
template: `<h5>{{ 'resource.footnotes' | translate }}</h5>
<div
*ngFor="let footnote of footnoteService.footnotes; let index = index; trackBy: trackByIndex"
(click)="goToFootnote(footnote.uuid)"
Expand Down

0 comments on commit 80f7103

Please sign in to comment.