Skip to content

Commit d00250a

Browse files
authored
Merge pull request #139 from codeforpdx/claude/issue-134-20250620_080953
fix: show unfortunately text only for outside Oregon selection
2 parents a7b84e9 + ff56a6e commit d00250a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Chat/components/CitySelectField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function CitySelectField({ setMessages }: Props) {
6060
return (
6161
<div className="flex flex-col gap-2">
6262
<p className="text-center text-[#888] mb-10">
63-
{city
63+
{city === "other"
6464
? "Unfortunately we can only answer questions about tenant rights in Oregon right now."
6565
: "Welcome to Tenant First Aid! I can answer your questions about tenant rights in Oregon. To get started, what city are you located in?"}
6666
</p>

0 commit comments

Comments
 (0)