Skip to content

Commit

Permalink
chore: Make diff word based (#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Apr 3, 2024
1 parent d99fb24 commit 58b1f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/diff/DiffString.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const sanitiseDiffString = (value: FlagsmithValue) => {
return `${value}`
}
const DiffString: FC<DiffType> = ({
compareMethod = DiffMethod.CHARS,
compareMethod = DiffMethod.WORDS,
newValue,
oldValue,
}) => {
Expand Down

0 comments on commit 58b1f55

Please sign in to comment.