From a3cc7e0e72b1991dc08eb182a7cc19a2fd2bb2ab Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 7 Mar 2021 22:24:35 +0100 Subject: [PATCH] fixed confusing naming of letterOption --- components/LetterOptions.tsx | 8 ++++---- interfaces/IDocProps.ts | 2 +- lib/templates.ts | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/LetterOptions.tsx b/components/LetterOptions.tsx index be01f9e..fd59aaf 100644 --- a/components/LetterOptions.tsx +++ b/components/LetterOptions.tsx @@ -15,7 +15,7 @@ interface IProps extends IDocProps { } export default function LetterOptions(props: IProps) { - const templateTypeOptions = [ + const letterOptionTypes = [ { value: 'brief-fam', name: 'Familie', @@ -38,11 +38,11 @@ export default function LetterOptions(props: IProps) {