Update HelpMenuItem.tsx

This commit is contained in:
Omar López 2022-05-30 13:43:21 -06:00 committed by GitHub
parent ef523bda51
commit bba9b755bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ import ContactMenuItem from "./ContactMenuItem";
export default function HelpMenuItem() {
const [rating, setRating] = useState<null | string>(null);
const [comment, setComment] = useState("");
// const [errorMessage, setErrorMessage] = useState(false);
const [disableSubmit, setDisableSubmit] = useState(true);
const { t } = useLocale();