Skip to content

Commit

Permalink
Prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Jun 14, 2024
1 parent 6592f5d commit 6ffcd03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
'active-object':
activeObject && activeObject.value === object.uuid,
'is-cut': object.isCut,
'd-none': object.isCut && hideInvisible
'd-none': object.isCut && hideInvisible,
}"
>
<td>#{{ i }}</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
[attr.id]="object.uuid"
[ngClass]="{
'active-object':
activeObject && activeObject.value === object.uuid
activeObject && activeObject.value === object.uuid,
}"
>
<td>#{{ i }}</td>
Expand Down

0 comments on commit 6ffcd03

Please sign in to comment.