From bca8cf11d8ec5722f757099feca1d44be7a73329 Mon Sep 17 00:00:00 2001 From: Leo Vu <18277920+vunguyenhung@users.noreply.github.com> Date: Thu, 2 May 2024 13:19:51 +0700 Subject: [PATCH] Remove redundant prop --- .../actions/location-details/location-details.mjs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/tripadvisor_content_api/actions/location-details/location-details.mjs b/components/tripadvisor_content_api/actions/location-details/location-details.mjs index 85d5a91ddb49b..d1cc1f6d33e8f 100644 --- a/components/tripadvisor_content_api/actions/location-details/location-details.mjs +++ b/components/tripadvisor_content_api/actions/location-details/location-details.mjs @@ -8,12 +8,6 @@ export default { type: "action", props: { app, - searchQuery: { - propDefinition: [ - app, - "searchQuery", - ], - }, locationId: { propDefinition: [ app,