pager modal + car address section
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
'use client';
|
||||
|
||||
import InputField from '@/components/input/InputField';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { useCheckoutStore } from '../../store/Store';
|
||||
import { useCallback, useEffect } from 'react';
|
||||
|
||||
export const CarAddressSection = () => {
|
||||
const { t } = useTranslation('parallels', { keyPrefix: 'OrderDetail' });
|
||||
const { carAddress, setCarAddress } = useCheckoutStore();
|
||||
|
||||
const handleCarModelChange = useCallback((e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
|
||||
Reference in New Issue
Block a user