Skip to content

Commit

Permalink
fix/html_error_with_prettier (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienCorny authored Jan 10, 2025
1 parent 37ff241 commit 17bc91d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/commonComponents/table/table.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</thead>
<tbody>
<ng-container *ngIf="data && data.length > 0">
<!-- prettier-ignore -->
<tr
[ngStyle]="{
background: item[color_col_name] == color_value ? '#EBFFE5' : 'rgba(67, 175, 0, 0.04)'
Expand Down

0 comments on commit 17bc91d

Please sign in to comment.