Skip to content

Commit

Permalink
Merge pull request #254 from usnistgov/fix/research-topics
Browse files Browse the repository at this point in the history
Enabled research topics
  • Loading branch information
RayPlante authored May 31, 2022
2 parents 31ba186 + c1db0e1 commit 360e767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h3 style="display: inline-block;" name="description"><b>{{desctitle}}</b></h3>
<div>
<app-description [record]="record" [inBrowser]="inBrowser"></app-description>
</div>
<!-- <app-topic [record]="record" [inBrowser]="inBrowser"></app-topic> -->
<app-topic [record]="record" [inBrowser]="inBrowser"></app-topic>
<app-keyword [record]="record" [inBrowser]="inBrowser" *ngIf="recordType!='Science Theme'"></app-keyword>
</div>
</div>

0 comments on commit 360e767

Please sign in to comment.