Skip to content

Commit 93dbe21

Browse files
Merge pull request #733 from microsoft/dev-v4-contract-RFP
fix: updated the team name
2 parents 0e56f43 + 72205a6 commit 93dbe21

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("compliance contract");
76+
.includes("contract compliance");
7777

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

0 commit comments

Comments
 (0)