Skip to content

Commit

Permalink
Update item-page.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv authored Jan 22, 2025
1 parent fe305e9 commit a75e47b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<app-item-gov-decision [item]='item'></app-item-gov-decision>
}

@else if (prefix("gov_social_service/")) {
@else if (prefix("activities/gov_social_service/")) {
<app-item-social-service [item]='item'></app-item-social-service>
}

Expand All @@ -96,4 +96,4 @@
<app-questions-panel #questionsPanel [item]='item' [questions]='questions'></app-questions-panel>
</ng-container>
</div>
</app-container>
</app-container>

0 comments on commit a75e47b

Please sign in to comment.