fix line-through styles

This commit is contained in:
2025-11-06 23:34:20 +03:00
parent 9454007905
commit 2a75d46f84
4 changed files with 43 additions and 47 deletions

View File

@@ -104,16 +104,7 @@ export default function RestaurantPage() {
</ProText>
</div>
<RestaurantServices
dineIn={restaurant?.dineIn}
pickup={restaurant?.pickup}
gift={restaurant?.gift}
delivery={restaurant?.delivery}
toRoom={restaurant?.toRoom}
toOffice={restaurant?.toOffice}
is_booking_enabled={restaurant?.is_booking_enabled === 1}
params={{ id: "1", locale: "en" }}
/>
<RestaurantServices />
<div
ref={containerRef}
onTouchStart={handleTouchStart}