+
+
+ {t.needTypes[item.needType as keyof typeof t.needTypes] ||
+ t.opportunities.generalProjects}
+
+
+
+
+
+ {item.description}
+
+
+
+
+
+
+ 0 ? item.amount : ""}
+ onChange={(e) => updateAmount(item.id, Number(e.target.value))}
+ placeholder={t.cart.amountLabel}
+ className="ps-8"
+ data-testid={`input-amount-${item.id}`}
+ />
+
+