Skip to content

Commit c8ef627

Browse files
authored
replace content appName
If you change the appName, the appName of the content should also be changed.
1 parent f1c4e02 commit c8ef627

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)