Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwanganto committed Jan 8, 2024
1 parent 155a001 commit 32258e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/results/result-form.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const ResultForm: React.FC<ResultFormProps> = ({ order, patientUuid }) => {
const [selectedOption, setSelectedOption] = useState();
const [inputValues, setInputValues] = useState({});


const bannerState = useMemo(() => {
if (patient) {
return {
Expand Down

0 comments on commit 32258e3

Please sign in to comment.