Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-zeglen committed Nov 27, 2020
1 parent 8024ae1 commit 59d591e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shipping/views/PriceRatesCreate/PriceRatesCreate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export const PriceRatesCreate: React.FC<PriceRatesCreateProps> = ({ id }) => {
rate={null}
openChannelsModal={handleChannelsModalOpen}
onChannelsChange={setCurrentChannels}
rate={null}
variant={ShippingMethodTypeEnum.PRICE}
/>
</>
Expand Down

0 comments on commit 59d591e

Please sign in to comment.