chore: add no unused vars lint rule
This commit is contained in:
@@ -22,7 +22,6 @@ export default function HotelSidePeek({
|
||||
additionalHotelData,
|
||||
activeSidePeek,
|
||||
close,
|
||||
showCTA,
|
||||
}: HotelSidePeekProps) {
|
||||
const intl = useIntl()
|
||||
const amenitiesList = hotel.detailedFacilities.filter(
|
||||
@@ -87,7 +86,7 @@ export default function HotelSidePeek({
|
||||
</div>
|
||||
|
||||
{/* TODO: handle linking to Hotel Page */}
|
||||
{/* {showCTA && (
|
||||
{/* {showCTA && (
|
||||
<Button theme="base" intent="secondary" size="large">
|
||||
Read more about the hotel
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user