Skip to content

Commit c8ed184

Browse files
committed
updated state change message in Diff.jsx
1 parent 4b207dd commit c8ed184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Diff.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function Diff({ snapshot, show }) {
2727
else formatters.html.hideUnchanged();
2828

2929
if (previous === undefined || delta === undefined)
30-
return <div> No changes to State: trigger an event to update state </div>;
30+
return <div> No changes to state: trigger an event to update state </div>;
3131
return <div>{ReactHtmlParser(html)}</div>;
3232
}
3333

0 commit comments

Comments
 (0)