Merge remote changes and update project files
This commit is contained in:
@@ -99,7 +99,7 @@ export const AccountsPage = () => {
|
||||
updatePayload.account_platform_account_id = parsedData.sellerId;
|
||||
}
|
||||
|
||||
// Shop-Name und account_sells können auch leer sein (optional)
|
||||
// Shop-Name kann auch leer sein (optional)
|
||||
updatePayload.account_shop_name = parsedData.shopName || null;
|
||||
updatePayload.account_sells = parsedData.stats?.itemsSold ?? null;
|
||||
|
||||
@@ -584,21 +584,6 @@ export const AccountsPage = () => {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label className="mb-1.5 block text-xs font-medium text-[var(--muted)]">
|
||||
Artikel verkauft (Auto)
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
value={parsedData.stats?.itemsSold ?? "-"}
|
||||
readOnly
|
||||
className="w-full rounded-lg border border-neutral-200 bg-white px-3 py-2 text-sm text-[var(--text)] opacity-75 dark:bg-neutral-900 dark:border-neutral-700"
|
||||
/>
|
||||
<p className="mt-1 text-xs text-[var(--muted)]">
|
||||
Automatisch aus dem eBay-Profil gelesen.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label className="mb-1.5 block text-xs font-medium text-[var(--muted)]">
|
||||
Sales (Auto)
|
||||
|
||||
Reference in New Issue
Block a user