main
This commit is contained in:
@@ -365,7 +365,7 @@ export const AvicultureFreeSaleNewRequest = () => {
|
||||
useEffect(() => {
|
||||
if (poultryKey) {
|
||||
dispatch(LOADING_START());
|
||||
dispatch(avicultureGetHatchingData({ key: poultryKey })).then((r) => {
|
||||
dispatch(avicultureGetHatchingData(poultryKey)).then((r) => {
|
||||
if (r.payload.data) {
|
||||
setHatchingData(r.payload.data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user