From f6b12d447ddd75bb11793cb8b6e04544a105d54c Mon Sep 17 00:00:00 2001 From: Josiah Ivey Date: Mon, 6 May 2024 09:41:49 -0700 Subject: [PATCH] remove region role from answer (#71) * remove region role from answer * update snapshots --------- Co-authored-by: Thomas Woodward --- src/components/Answer.tsx | 2 +- .../__snapshots__/Answer.spec.tsx.snap | 8 -------- .../__snapshots__/AnswersTable.spec.tsx.snap | 12 ------------ .../__snapshots__/Exercise.spec.tsx.snap | 10 ---------- .../ExerciseQuestion.spec.tsx.snap | 18 ------------------ .../__snapshots__/Question.spec.tsx.snap | 14 -------------- 6 files changed, 1 insertion(+), 63 deletions(-) diff --git a/src/components/Answer.tsx b/src/components/Answer.tsx index 3e5561f..d90dadd 100644 --- a/src/components/Answer.tsx +++ b/src/components/Answer.tsx @@ -194,7 +194,7 @@ export const Answer = (props: AnswerProps) => { return (
-
+
{body}
diff --git a/src/components/__snapshots__/Answer.spec.tsx.snap b/src/components/__snapshots__/Answer.spec.tsx.snap index 729e23a..0bec985 100644 --- a/src/components/__snapshots__/Answer.spec.tsx.snap +++ b/src/components/__snapshots__/Answer.spec.tsx.snap @@ -6,7 +6,6 @@ exports[`Answer matches snapshot 1`] = ` >