This commit is contained in:
Samsudin Taufik
2024-10-11 23:40:48 +00:00
parent 30f53e8d97
commit 4dd12f3835
9 changed files with 416 additions and 264 deletions

View File

@@ -423,7 +423,7 @@ function App() {
<CafePage
table={table}
sendParam={handleSetParam}
welcomePageConfig={shop.welcomePageConfig}
welcomePageConfig={shop.welcomePageConfig || false}
shopName={shop.name}
shopOwnerId={shop.ownerId}
shopItems={shopItems}