Skip to content

Commit

Permalink
Fix missing star icon in motion-block (#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl authored Oct 27, 2023
1 parent 72af8e6 commit e3be455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="column-title innerTable overflow-hidden">
<div class="title-line ellipsis-overflow">
<!-- Is Favorite -->
<span *ngIf="motion.star" class="favorite-star">
<span *ngIf="motion.isFavorite" class="favorite-star">
<mat-icon inline>star</mat-icon>
</span>

Expand Down

0 comments on commit e3be455

Please sign in to comment.