fix: validate product weight before XML generation and update weight handling

This commit is contained in:
sebseb7
2025-07-19 23:04:52 +02:00
parent f2ee641bfd
commit 349b004627
2 changed files with 20 additions and 18 deletions

View File

@@ -78,9 +78,9 @@ const MainPageLayout = () => {
};
const allTitles = {
home: t('titles.home'),
aktionen: t('titles.aktionen'),
filiale: t('titles.filiale')
home: t('titles.filiale'),
aktionen: t('titles.home'),
filiale: t('titles.aktionen')
};
// Define all content boxes for layered rendering