Skip to content

Commit

Permalink
fix(modal): fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloff200 committed Sep 30, 2020
1 parent 1216fd4 commit 15d3263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal/modal-container.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ export class ModalContainerComponent implements OnInit, OnDestroy {
this.isModalHiding = false;
}, this.isAnimated ? TRANSITION_DURATIONS.MODAL : 0);
}
}
}

0 comments on commit 15d3263

Please sign in to comment.