[DetailPanel]
- existingProductIndex : patnrId > prdtId 로 변경
This commit is contained in:
@@ -92,7 +92,7 @@ export default function DetailPanel({ panelInfo }) {
|
||||
}/${currentDate.getDate()}`;
|
||||
|
||||
const existingProductIndex = recentItmes.findIndex((item) => {
|
||||
return item.prdtId === patnrId;
|
||||
return item.prdtId === prdtId;
|
||||
});
|
||||
|
||||
if (existingProductIndex !== -1) {
|
||||
|
||||
Reference in New Issue
Block a user