fix: statistics

This commit is contained in:
IlyaDoronin 2024-04-02 14:43:00 +03:00
parent 9e7d44e6fc
commit fc5096d238

@ -113,6 +113,7 @@ export function usePromocodes(
...swrResponse,
createPromocode,
deletePromocode,
promocodeStatistics: promocodeStatistics.data,
promocodesCount: promocodesCountRef.current,
};
}