We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2a070 commit 72205a6Copy full SHA for 72205a6
1 file changed
src/frontend/src/components/content/HomeInput.tsx
@@ -73,7 +73,7 @@ const HomeInput: React.FC<HomeInputProps> = ({ selectedTeam }) => {
73
// Check if the selected team is the Contract Compliance Review Team
74
const isLegalTeam = selectedTeam?.name
75
?.toLowerCase()
76
- .includes("ontract compliance");
+ .includes("contract compliance");
77
78
useEffect(() => {
79
if (location.state?.focusInput) {
0 commit comments