This commit is contained in:
2025-10-18 16:32:22 +03:00
parent 9d4621d0a4
commit a5418b3724
5 changed files with 33 additions and 29 deletions

View File

@@ -87,7 +87,6 @@ export default function RestaurantPage() {
<LocalStorageHandler
restaurantID={restaurant.id}
restaurantName={restaurant.subdomain}
orderType=""
/>
</>
);