diff --git a/src/components/common/Diff/DiffHeader.js b/src/components/common/Diff/DiffHeader.js index 3ec2b9e2..4fcaf8e1 100644 --- a/src/components/common/Diff/DiffHeader.js +++ b/src/components/common/Diff/DiffHeader.js @@ -50,7 +50,7 @@ const getFilePathsToShow = ({ oldPath, newPath, appName }) => { } } -const FileName = ({ oldPath, newPath, type, appName }) => { +const FileName = ({ oldPath, newPath, type }) => { if (type === 'delete') { return {oldPath} }