From bf21fadf006813bfb6478290526e76d62293c115 Mon Sep 17 00:00:00 2001 From: Felipe Cardoso Date: Sun, 16 Mar 2025 18:20:23 +0100 Subject: [PATCH] Update gift modal --- frontend/src/components/gifts/gift-modal.tsx | 48 ++++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) 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",*/} + {/* })}*/} + {/* />*/} + {/*
*/} + {/* */} + {/*)}*/}