Skip to content

Commit

Permalink
Fix mapstatetoprops incorrect destructure
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Oct 30, 2024
1 parent c5b5734 commit 15252ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/mobile/batch-search-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class BatchSearchScreen extends Component<Props> {
// connect to the redux store

const mapStateToProps = (state: any) => {
const { currentQuery } = state.otp.currentQuery
const currentQuery = state.otp.currentQuery
return {
currentQuery
}
Expand Down

0 comments on commit 15252ba

Please sign in to comment.