@@ -298,17 +337,80 @@ const History = () => {
+
+
+
+ {showProductDropdown && (
+
+ {uniqueProducts.length === 0 ? (
+
No products available
+ ) : (
+ <>
+
+
+
+ {uniqueProducts.map(product => (
+
+ ))}
+ >
+ )}
+
+ )}
+
+
+
+
+
@@ -332,10 +434,14 @@ const History = () => {