[questions][fix] fix create question encounter english

pull/478/head
Jeff Sieu 3 years ago
parent 0b19da0bc0
commit fcbce16ae9

@ -42,7 +42,9 @@ export default function CreateQuestionEncounterForm({
return (
<div className="flex items-center gap-2">
<p className="font-md text-md text-slate-600">I saw this question at</p>
<p className="font-md text-md text-slate-600">
I saw this question {step <= 1 ? 'at' : step === 2 ? 'for' : 'on'}
</p>
{step === 0 && (
<div>
<CompanyTypeahead

Loading…
Cancel
Save