Skip to content

Commit 72205a6

Browse files
changed the name
1 parent 8c2a070 commit 72205a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/components/content/HomeInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const HomeInput: React.FC<HomeInputProps> = ({ selectedTeam }) => {
7373
// Check if the selected team is the Contract Compliance Review Team
7474
const isLegalTeam = selectedTeam?.name
7575
?.toLowerCase()
76-
.includes("ontract compliance");
76+
.includes("contract compliance");
7777

7878
useEffect(() => {
7979
if (location.state?.focusInput) {

0 commit comments

Comments
 (0)