pull/2257/head^2
filip mertens 3 years ago committed by yann300
parent 5c395d1dd1
commit b20db41b45
  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) const findFile = state.searchResults.find(file => file.filename === action.payload.file)
let count = 0 let count = 0
let fileCount = 0 let fileCount = 0
let clipped = false const clipped = false
if (findFile) { if (findFile) {
findFile.count = action.payload.count findFile.count = action.payload.count
} }

Loading…
Cancel
Save