Skip to content

Commit 62661e9

Browse files
committed
feat: fix tsc issues
1 parent 3bf8896 commit 62661e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clients/trieve-shopify-extension/app/components/analytics/recommendations/AllRecommendationsTable.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ export const AllRecommendationsTable = () => {
353353
page={page}
354354
setPage={setPage}
355355
label="Recommendations"
356-
tooltipContent="View and filter all your recommendations."
357356
tableHeadings={[
358357
{
359358
heading: "Positive Tracking IDs",
@@ -374,7 +373,6 @@ export const AllRecommendationsTable = () => {
374373
{ heading: "Results", tooltip: "The number of results returned" },
375374
]}
376375
hasNext={data?.queries.length == 10}
377-
tabs={tabs}
378376
filters={shopifyFilters}
379377
query={query}
380378
setQuery={setQuery}

0 commit comments

Comments
 (0)