We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad15600 commit b606b6aCopy full SHA for b606b6a
src/widgets/event/ui/TicketInfo.tsx
@@ -9,7 +9,7 @@ import useAuthStore from '../../../app/provider/authStore';
9
import clock from '../../../../public/assets/event-manage/details/Clock.svg';
10
11
const TicketInfo = ({ eventId }: { eventId: number }) => {
12
- const limitNum = 4;
+ const limitNum = 1;
13
const { data, isError, isLoading } = useTickets(eventId);
14
const [quantity, setQuantity] = useState<{ [key: number]: number }>({});
15
const navigate = useNavigate();
0 commit comments