Skip to content

Commit

Permalink
remove duplicated value
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebSLane committed Nov 17, 2023
1 parent 32f12bb commit 226d434
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/resultPage/SearchResultForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ export function SearchResults(props) {
const [methods, setMethods] = useState([]);
const [referralReasons, setReferralReasons] = useState([]);
const [rejectReasons, setRejectReasons] = useState([]);
const { configurationProperties } = useContext(ConfigurationContext);
const saveStatus = "";

const componentMounted = useRef(true);
Expand Down Expand Up @@ -831,7 +830,7 @@ export function SearchResults(props) {
const renderReferral = ({ data }) => (
<>
<Grid>
<Column lg={3}>
<Column lg={3}>
<TextArea
id={"testResult" + data.id + ".pastNotes"}
name={"testResult[" + data.id + "].pastNotes"}
Expand Down

0 comments on commit 226d434

Please sign in to comment.