Skip to content

Commit

Permalink
Improve type used for network configurations prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Aug 18, 2023
1 parent 198ae6b commit 0489284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/UI/Ramp/components/OrderDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ interface Props {
/**
* Network configurations
*/
networkConfigurations: any;
networkConfigurations: NetworkState['networkConfigurations'];
}

const OrderDetails: React.FC<Props> = ({
Expand Down

0 comments on commit 0489284

Please sign in to comment.