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