Skip to content

Commit

Permalink
Remove redundant "React."
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Apr 9, 2024
1 parent 68ccfcf commit b862442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachertool/src/components/CriteriaResultEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const CriteriaResultEntry: React.FC<CriteriaResultEntryProps> = ({ criter
const criteriaInstance = getCriteriaInstanceWithId(teacherTool, criteriaId);
const catalogCriteria = criteriaInstance ? getCatalogCriteriaWithId(criteriaInstance.catalogCriteriaId) : undefined;

React.useEffect(() => {
useEffect(() => {
if (!showInput && teacherTool.evalResults[criteriaId]?.notes) {
setShowInput(true);
}
Expand Down

0 comments on commit b862442

Please sign in to comment.