Skip to content

Commit 94ead07

Browse files
committed
Add more mock data
1 parent 1eec4e8 commit 94ead07

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

src/ContextPresentation/Shared/mock.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@ export const messages = [
88
{ id: 7, text: 'Dummy text 6' },
99
{ id: 8, text: 'Dummy text 7' },
1010
{ id: 9, text: 'Dummy text 8' },
11-
{ id: 10, text: 'Dummy text 9' }
11+
{ id: 10, text: 'Dummy text 9' },
12+
{ id: 11, text: 'Dummy text 10' },
13+
{ id: 12, text: 'Dummy text 11' },
14+
{ id: 13, text: 'Dummy text 12' },
15+
{ id: 14, text: 'Dummy text 13' },
16+
{ id: 15, text: 'Dummy text 14' },
17+
{ id: 16, text: 'Dummy text 15' }
1218
];

0 commit comments

Comments
 (0)