diff --git a/frontend/src/components/gifts/gift-modal.tsx b/frontend/src/components/gifts/gift-modal.tsx index 912d96f..58bbdd6 100644 --- a/frontend/src/components/gifts/gift-modal.tsx +++ b/frontend/src/components/gifts/gift-modal.tsx @@ -296,30 +296,30 @@ export function GiftModal({ )} - {isEditMode && ( - <> - -
- - (value && value >= 0) || - "Received quantity cannot be negative", - })} - /> -
- - )} + {/*{isEditMode && (*/} + {/* <>*/} + {/* */} + {/* Received*/} + {/* */} + {/*
*/} + {/* */} + {/* (value && value >= 0) ||*/} + {/* "Received quantity cannot be negative",*/} + {/* })}*/} + {/* />*/} + {/*
*/} + {/* */} + {/*)}*/}