diff --git a/web/src/components/BarcodeList.jsx b/web/src/components/BarcodeList.jsx index a4b51be..2294fed 100644 --- a/web/src/components/BarcodeList.jsx +++ b/web/src/components/BarcodeList.jsx @@ -36,28 +36,27 @@ export default function BarcodeList({
{b.code}
Artikel
- {b.product_name}
+ {b.product_name}
{b.code}
{/* Gehört der Code über einen Artikel zur Gruppe, steht das dabei –
eine Notiz ist trotzdem möglich. */}
{b.product_name && (
<>
Artikel
- {b.product_name}
+ {b.product_name}
>
)}
{onEditNote && !disabled ? (
- {
const wert = e.target.value.trim();
if (wert !== (b.note || "")) onEditNote(b.code, wert);
@@ -83,7 +82,7 @@ export default function BarcodeList({