Skip to content

Commit e59cc41

Browse files
author
Vikas Agarwal
committed
lint fix
1 parent 3e9653a commit e59cc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/reducers/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const projectState = function (state=initialState, action) {
209209
return p
210210
})
211211
// updates projects' attachments which are not coupled with any product/phase
212-
let projectAttachments = []
212+
const projectAttachments = []
213213
state.project.attachments.forEach(a => {
214214
if (!a.category || a.category.indexOf('product') !== 0) {
215215
projectAttachments.push(a)

0 commit comments

Comments
 (0)