diff --git a/src/pages/shows/shows.component.ts b/src/pages/shows/shows.component.ts index 8798d79..fefe8a6 100644 --- a/src/pages/shows/shows.component.ts +++ b/src/pages/shows/shows.component.ts @@ -59,6 +59,9 @@ export class ShowsComponent { }, complete: () => { } }) + }, + (result) => { + // Dismissed, do nothing } ) }