From 4a58a9a133aa94a6dd8c965f7cec4f6e6df6ddf2 Mon Sep 17 00:00:00 2001 From: nkalupahana Date: Wed, 22 Nov 2023 14:07:34 -0800 Subject: [PATCH] Remove unused text --- src/screeners/cage_aid.tsx | 5 +---- src/screeners/ede_qs.tsx | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/screeners/cage_aid.tsx b/src/screeners/cage_aid.tsx index ee385cbc..a9ac6e38 100644 --- a/src/screeners/cage_aid.tsx +++ b/src/screeners/cage_aid.tsx @@ -57,10 +57,7 @@ export default function CAGE_AID(): Screener { }, getRecommendation: function() { if (this._results < 2) { - return

- Based on your answers, we do not believe you have a substance use disorder. If you're worried about - someone you know and their relationship with substances, check out the help resources in the main menu. -

; + return

This should never appear.

; } else { return <>

diff --git a/src/screeners/ede_qs.tsx b/src/screeners/ede_qs.tsx index 878d2625..6ce00f19 100644 --- a/src/screeners/ede_qs.tsx +++ b/src/screeners/ede_qs.tsx @@ -82,8 +82,7 @@ export default function EDE_QS(): Screener { }, getRecommendation: function() { if (this._results < 15) { - return

Based on your answers to this screener, we do not believe you have an eating disorder. If you're worried about - someone you know and their relationship with eating or their body, check out the help resources on the main menu.

+ return

This should never appear.

} else { return <>