Skip to content

Commit

Permalink
Render table in browser only
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed May 30, 2024
1 parent 136e359 commit 86bceff
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,7 @@ <h2 aria-current="page">{{ link.title }}</h2>
</ng-container>
</div>

<app-social-service-data-table *ngIf='colorscheme | async' [tables]='tables' [default]='"services"' [replacements]='replacements' [filename]='item.page_title' [item]='item'></app-social-service-data-table>
<ng-container *ngIf='ps.browser()'>
<app-social-service-data-table *ngIf='colorscheme | async' [tables]='tables' [default]='"services"' [replacements]='replacements' [filename]='item.page_title' [item]='item'></app-social-service-data-table>
</ng-container>
<div class='sticky-contact-us'><a href='mailto:[email protected]' target='_blank'>יצירת קשר או דיווח על תקלה</a></div>

0 comments on commit 86bceff

Please sign in to comment.