Skip to content

Commit 90468fd

Browse files
authored
Merge pull request #1 from ukcasso/ukcasso-patch-1
replace content appName
2 parents f1c4e02 + c8ef627 commit 90468fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/common/Diff/Diff.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ const Diff = ({
133133
...change,
134134
content: replaceWithProvidedAppName(change.content, appName),
135135
})),
136+
content: replaceWithProvidedAppName(hunk.content, appName),
136137
}))
137138
},
138139
[appName]

0 commit comments

Comments
 (0)