Skip to content

Commit 7429afd

Browse files
committed
thank you code rabbit
1 parent 4d22b13 commit 7429afd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client/src/state/actions/uiStateActions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const toggleMatrixIncludeTrashed = () => ({type: MATRIX_INCL_TRSH_TOGGLED
3838
export const toggleMatrix = () => (dispatch, getState) => {
3939
const state = getState();
4040
const activeStories = getActiveStories(state);
41-
const storiesWithConsensus = activeStories.filter(s => s.consensus);
4241

4342
trackMatrixViewToggled({
4443
roomId: getRoomId(state),

0 commit comments

Comments
 (0)