Resolve ESLint Warnings

This commit is contained in:
Patrick Fic
2024-04-08 14:20:34 -07:00
parent 9e66d7c929
commit e137feca20
4 changed files with 12 additions and 14 deletions

View File

@@ -32,7 +32,6 @@ function PaymentModalContainer({paymentModal, toggleModalVisible, bodyshop }) {
const { t } = useTranslation();
const { context, actions, open } = paymentModal;
const smartRefetch = context?.smartRefetch || false;
const [loading, setLoading] = useState(false);
const handleFinish = async (values) => {