[DetailPanel] fixed, syntax error in singleOption.jsx
This commit is contained in:
@@ -324,7 +324,7 @@ export default function SingleOption({
|
||||
) {
|
||||
dispatch(setShowPopup(Config.ACTIVE_POPUP.qrPopup));
|
||||
} else {
|
||||
const { mbrId, prdtId, prodSno } = response.data?.productList?.[0];
|
||||
const { mbrId, prdtId, prodSno } = response.data?.productList[0];
|
||||
const cartTpSno = `${mbrId}_${prdtId}_${prodSno}`;
|
||||
|
||||
dispatch(
|
||||
|
||||
Reference in New Issue
Block a user