Skip to content

Commit

Permalink
[style] Fix ts warning
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Mar 15, 2020
1 parent d085f34 commit 15bb92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SharedElementRendererData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export default class SharedElementRendererData

willBlurScene(
sceneData: SharedElementSceneData,
// @ts-ignore
route: Route // eslint-disable-line @typescript-eslint/no-unused-vars
): void {
if (this.isVerbose)
Expand Down

0 comments on commit 15bb92f

Please sign in to comment.