Skip to content

Commit

Permalink
Fix error that would occur when there were duplicate languages. (geon…
Browse files Browse the repository at this point in the history
…etwork#7275)

Co-authored-by: Ian <[email protected]>
  • Loading branch information
ianwallen and Ian authored Aug 18, 2023
1 parent 8775478 commit 10ed271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3 data-translate="">updatedOn</h3>
<div>
<h3 data-translate="">metadataLanguage</h3>
<ul class="gn-comma-list">
<li data-ng-repeat="l in mdLanguages">{{l | translate}}</li>
<li data-ng-repeat="l in mdLanguages | unique">{{l | translate}}</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 10ed271

Please sign in to comment.