Skip to content

Commit

Permalink
format correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Nov 1, 2024
1 parent c746f0a commit 4230db7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/Views/confirmations/Approval/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ describe('Approval', () => {
);
expect(wrapper).toMatchSnapshot();
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -937,4 +937,4 @@ Approve.contextType = ThemeContext;
export default connect(
mapStateToProps,
mapDispatchToProps,
)(withMetricsAwareness(Approve));
)(withMetricsAwareness(Approve));
Original file line number Diff line number Diff line change
Expand Up @@ -1533,4 +1533,4 @@ const mapDispatchToProps = (dispatch) => ({
export default connect(
mapStateToProps,
mapDispatchToProps,
)(withMetricsAwareness(Confirm));
)(withMetricsAwareness(Confirm));

0 comments on commit 4230db7

Please sign in to comment.