From a8bd51f8ab1ec31072c54f6ea38eb69c55f6c491 Mon Sep 17 00:00:00 2001 From: Gauthier Date: Sat, 26 Oct 2024 18:39:05 +0200 Subject: [PATCH] style: run prettier --- src/components/Settings/SonarrModal/index.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/Settings/SonarrModal/index.tsx b/src/components/Settings/SonarrModal/index.tsx index c5ef6441..9d7096d8 100644 --- a/src/components/Settings/SonarrModal/index.tsx +++ b/src/components/Settings/SonarrModal/index.tsx @@ -87,10 +87,12 @@ const messages = defineMessages('components.Settings.SonarrModal', { }); interface SonarrTestResponse extends DVRTestResponse { - languageProfiles: { - id: number; - name: string; - }[] | null; + languageProfiles: + | { + id: number; + name: string; + }[] + | null; } interface SonarrModalProps {