We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eec4e8 commit 94ead07Copy full SHA for 94ead07
src/ContextPresentation/Shared/mock.js
@@ -8,5 +8,11 @@ export const messages = [
8
{ id: 7, text: 'Dummy text 6' },
9
{ id: 8, text: 'Dummy text 7' },
10
{ id: 9, text: 'Dummy text 8' },
11
- { id: 10, text: 'Dummy text 9' }
+ { 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' }
18
];
0 commit comments