We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b84e9 + ff56a6e commit d00250aCopy full SHA for d00250a
frontend/src/pages/Chat/components/CitySelectField.tsx
@@ -60,7 +60,7 @@ export default function CitySelectField({ setMessages }: Props) {
60
return (
61
<div className="flex flex-col gap-2">
62
<p className="text-center text-[#888] mb-10">
63
- {city
+ {city === "other"
64
? "Unfortunately we can only answer questions about tenant rights in Oregon right now."
65
: "Welcome to Tenant First Aid! I can answer your questions about tenant rights in Oregon. To get started, what city are you located in?"}
66
</p>
0 commit comments