From c81a7ae8fdc90659a0d3b3ec0fb06ddc720cf57c Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 26 Jul 2022 21:18:11 +0100 Subject: [PATCH] a --- .../src/app/components/image/image.component.stories.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Ombi/ClientApp/src/app/components/image/image.component.stories.ts b/src/Ombi/ClientApp/src/app/components/image/image.component.stories.ts index 6d6d78658..b6f7b21fc 100644 --- a/src/Ombi/ClientApp/src/app/components/image/image.component.stories.ts +++ b/src/Ombi/ClientApp/src/app/components/image/image.component.stories.ts @@ -52,12 +52,6 @@ IdApplied.args = { type: RequestType.movie, id: 'testId123' }; -export const IdAppliedTest = Template.bind({}); -IdApplied.args = { - src: 'https://ombi.io/img/logo-orange-small.png', - type: RequestType.movie, - id: 'testId123' -}; // export const InvalidMovieImage = Template.bind({}); // InvalidMovieImage.args = {