From 51a01237a2bb26dc08360278bece3b473a57e6aa Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sun, 11 Apr 2021 18:23:00 +0200 Subject: [PATCH] IndexPage: add one word to Profession.tsx --- src/features/IndexPage/components/Professions/Profession.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/IndexPage/components/Professions/Profession.tsx b/src/features/IndexPage/components/Professions/Profession.tsx index 45a9ce3..37b46c8 100644 --- a/src/features/IndexPage/components/Professions/Profession.tsx +++ b/src/features/IndexPage/components/Professions/Profession.tsx @@ -36,7 +36,7 @@ const Profession = ({ profession }: ProfessionProps) => { const qualifications = qualificationsByFormula[formula]; return (
- {formula} + FormuĊ‚a {formula} {qualifications.map(qualification => { return (