Skip to content

Commit

Permalink
Remove unused text
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Dec 6, 2023
1 parent 48356e3 commit 4a58a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions src/screeners/cage_aid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ export default function CAGE_AID(): Screener {
},
getRecommendation: function() {
if (this._results < 2) {
return <p>
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.
</p>;
return <p>This should never appear.</p>;
} else {
return <>
<p>
Expand Down
3 changes: 1 addition & 2 deletions src/screeners/ede_qs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ export default function EDE_QS(): Screener {
},
getRecommendation: function() {
if (this._results < 15) {
return <p>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.</p>
return <p>This should never appear.</p>
} else {
return <>
<p>
Expand Down

0 comments on commit 4a58a9a

Please sign in to comment.