Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza committed Jul 2, 2024
1 parent ca2106e commit e2f6827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions assets/js/state/selectors/activityLogsSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,12 @@ import { createSelector } from '@reduxjs/toolkit';

export const getActivityLogsSettings = createSelector(
[({ activityLogsSettings }) => activityLogsSettings],
({
({ settings, errors, loading, editing, networkError }) => ({
settings,
errors,
loading,
editing,
networkError,
testingConnection,
}) => ({
settings,
errors,
loading,
editing,
networkError,
testingConnection,
})
);

Expand Down
1 change: 0 additions & 1 deletion assets/js/state/selectors/activityLogsSettings.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe('Activity Logs Settings selector', () => {
},
errors: null,
editing: false,
testingConnection: false,
},
];

Expand Down

0 comments on commit e2f6827

Please sign in to comment.