Skip to content

Commit

Permalink
nitpick feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
avertrees committed Oct 4, 2024
1 parent fa951f3 commit 4aa083f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/search/index/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default async function Search() {
]}
adobeAnalyticsPageName="search"
>
<SearchResults showFilter={false} isSearchPage={true} data={mockItems} />
<SearchResults showFilter={false} isSearchPage data={mockItems} />
</PageLayout>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const CollectionsPage = ({ data }) => {
/>
</Box>
<HorizontalRule sx={{ marginTop: "xxl", marginBottom: "xxl" }} />
<SearchResults showFilter={true} isSearchPage={false} data={data} />
<SearchResults showFilter isSearchPage={false} data={data} />
</PageLayout>
);
};

0 comments on commit 4aa083f

Please sign in to comment.