welcome email as not all users have given names
This commit is contained in:
parent
20ff91d663
commit
7c43907c2f
2 changed files with 2 additions and 3 deletions
|
|
@ -69,8 +69,7 @@ export function Parameters(
|
|||
} = useForm<ParameterValues>()
|
||||
const [action, setAction] = useState<'fetch-data' | 'visualize' | null>(null)
|
||||
const [availableFromRawInput, setAvailableFromRawInput] = useState("now");
|
||||
const [districts, setDistricts] = useState<string[]>([]);
|
||||
console.log(districts)
|
||||
const [_districts, setDistricts] = useState<string[]>([]);
|
||||
|
||||
useEffect(() => {
|
||||
getUser().then(user => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue