Skip to content

Commit 8ce67c5

Browse files
committed
Small fixes
1 parent 4ced214 commit 8ce67c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"Hien Nguyen",
5959
"Jack Crish",
6060
"Jackie Yuan",
61-
"Jasmine Noor",
6261
"James Nghiem",
62+
"Jasmine Noor",
6363
"Joseph Park",
6464
"Josh Kim",
6565
"Joshua Howard",

src/app/components/Diff.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function Diff(props: DiffProps): JSX.Element {
7070
return (
7171
<div className='no-data-message'>
7272
{' '}
73-
No state change detected. Trigger an event to change state.{' '}
73+
Make state changes and click on a Snapshot to see the difference between that snapshot and the previous one.{' '}
7474
</div>
7575
);
7676
}

0 commit comments

Comments
 (0)