pull/5370/head
filip mertens 3 years ago committed by yann300
parent 8462bab4c0
commit 905bf146c0
  1. 2
      libs/remix-ui/search/src/lib/reducers/Reducer.ts

@ -91,7 +91,7 @@ export const SearchReducer = (state: SearchState = SearchingInitialState, action
const findFile = state.searchResults.find(file => file.filename === action.payload.file)
let count = 0
let fileCount = 0
let clipped = false
const clipped = false
if (findFile) {
findFile.count = action.payload.count
}

Loading…
Cancel
Save