fix line-through styles
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user