Skip to content

Commit

Permalink
feat(pie-lottie-player): DSW-2365 code review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandofranca committed Sep 10, 2024
1 parent 93bd062 commit 9804b8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/components/pie-lottie-player/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ export class PieLottiePlayer extends LitElement implements LottiePlayerProps {
if (!value) return;
this._direction = value;

if (!this._animationInstance) return;

this._updateDirection();
}

Expand Down

0 comments on commit 9804b8d

Please sign in to comment.