Skip to content

Commit

Permalink
Update policyID code after merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicu committed Sep 30, 2024
1 parent f9b625c commit d9741fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Search/SearchPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function SearchPage({route}: SearchPageProps) {
<SearchStatusBar
type={queryJSON.type}
status={queryJSON.status}
policyID={queryJSON.policyID}
/>
<Search queryJSON={queryJSON} />
</>
Expand Down
1 change: 1 addition & 0 deletions src/pages/Search/SearchPageBottomTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ function SearchPageBottomTab() {
<SearchStatusBar
type={queryJSON.type}
status={queryJSON.status}
policyID={queryJSON.policyID}
onStatusChange={() => {
topBarOffset.value = withTiming(variables.searchHeaderHeight, {duration: ANIMATION_DURATION_IN_MS});
}}
Expand Down

0 comments on commit d9741fd

Please sign in to comment.