Skip to content

Commit 69cea31

Browse files
committed
Add one more dummy item to the mock file
1 parent 9860941 commit 69cea31

File tree

1 file changed

+2
-1
lines changed
  • src/ContextPresentation/Shared

1 file changed

+2
-1
lines changed

src/ContextPresentation/Shared/mock.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ export const messages = [
1515
{ id: 14, text: 'Dummy text 13' },
1616
{ id: 15, text: 'Dummy text 14' },
1717
{ id: 16, text: 'Dummy text 15' },
18-
{ id: 17, text: 'Dummy text 16' }
18+
{ id: 17, text: 'Dummy text 16' },
19+
{ id: 18, text: 'Dummy text 17' }
1920
];

0 commit comments

Comments
 (0)