diff --git a/app/components/Views/confirmations/Approval/index.test.tsx b/app/components/Views/confirmations/Approval/index.test.tsx index d91870c7241..d8cfc5060cd 100644 --- a/app/components/Views/confirmations/Approval/index.test.tsx +++ b/app/components/Views/confirmations/Approval/index.test.tsx @@ -42,4 +42,4 @@ describe('Approval', () => { ); expect(wrapper).toMatchSnapshot(); }); -}); \ No newline at end of file +}); diff --git a/app/components/Views/confirmations/ApproveView/Approve/index.js b/app/components/Views/confirmations/ApproveView/Approve/index.js index 3a67b6f7bbf..a79b5217523 100644 --- a/app/components/Views/confirmations/ApproveView/Approve/index.js +++ b/app/components/Views/confirmations/ApproveView/Approve/index.js @@ -937,4 +937,4 @@ Approve.contextType = ThemeContext; export default connect( mapStateToProps, mapDispatchToProps, -)(withMetricsAwareness(Approve)); \ No newline at end of file +)(withMetricsAwareness(Approve)); diff --git a/app/components/Views/confirmations/SendFlow/Confirm/index.js b/app/components/Views/confirmations/SendFlow/Confirm/index.js index 69bbf8dc1e6..fb876cbb790 100644 --- a/app/components/Views/confirmations/SendFlow/Confirm/index.js +++ b/app/components/Views/confirmations/SendFlow/Confirm/index.js @@ -1533,4 +1533,4 @@ const mapDispatchToProps = (dispatch) => ({ export default connect( mapStateToProps, mapDispatchToProps, -)(withMetricsAwareness(Confirm)); \ No newline at end of file +)(withMetricsAwareness(Confirm));