We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ced214 commit 8ce67c5Copy full SHA for 8ce67c5
package.json
@@ -58,8 +58,8 @@
58
"Hien Nguyen",
59
"Jack Crish",
60
"Jackie Yuan",
61
- "Jasmine Noor",
62
"James Nghiem",
+ "Jasmine Noor",
63
"Joseph Park",
64
"Josh Kim",
65
"Joshua Howard",
src/app/components/Diff.tsx
@@ -70,7 +70,7 @@ function Diff(props: DiffProps): JSX.Element {
70
return (
71
<div className='no-data-message'>
72
{' '}
73
- No state change detected. Trigger an event to change state.{' '}
+ Make state changes and click on a Snapshot to see the difference between that snapshot and the previous one.{' '}
74
</div>
75
);
76
}
0 commit comments