Skip to content

Commit

Permalink
remove unused hook which was replaced by the new one
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Karimov committed Mar 22, 2024
1 parent df7cccc commit 3b5b04f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/data/settings/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ export const useGetAvailablePaymentMethodIds = () =>
select( STORE_NAME ).getAvailablePaymentMethodIds()
);

export const useGetPaymentMethodStatuses = () =>
useSelect( ( select ) => select( STORE_NAME ).getPaymentMethodStatuses() );

export const useGetSettings = () =>
useSelect( ( select ) => select( STORE_NAME ).getSettings() );

Expand Down

0 comments on commit 3b5b04f

Please sign in to comment.