Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 26, 2021
1 parent c4afee7 commit 23389ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/system/footer/shared/redundant.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ const skipRedundantDimension = function (
return dimensionsArray
}

const dimensions = dimensionsArray[index]
const dimensionsA = omit.default(dimensions, [dimensionName])
const dimensionsA = omit.default(dimensionsArray[index], [dimensionName])
return setArray(dimensionsArray, index, dimensionsA)
}

Expand Down

0 comments on commit 23389ed

Please sign in to comment.