-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathallCommentsInfo.js
65 lines (65 loc) · 2.72 KB
/
allCommentsInfo.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
export const allCommentsInfo = [{
id: 0,
foodId: 0,
author: 'Robert',
body: 'when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. ',
chip: 'Margheritha pizza',
rate: 4.5,
isDeleted: false
}, {
id: 1,
foodId: 8,
author: 'Sarah',
body: 'when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. ',
chip: 'Carbonara pasta',
rate: 3.5,
isDeleted: false
}, {
id: 2,
foodId: 5,
author: 'Adam',
body: 'when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. ',
chip: 'Meat lover pizza',
rate: 2,
isDeleted: false
}, {
id: 3,
foodId: 22,
author: 'Andrew',
body: 'when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. ',
chip: 'Fried mushrooms',
rate: 5,
isDeleted: false
}, {
id: 4,
foodId: 30,
author: 'Selena',
body: 'when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. ',
chip: 'Hummus',
rate: 4,
isDeleted: false
}, {
id: 5,
foodId: 37,
author: 'Taylor',
body: 'when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. ',
chip: 'Caprese salad',
rate: 3.5,
isDeleted: false
}, {
id: 6,
foodId: 16,
author: 'Harry',
body: 'when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. ',
chip: 'Jalapeno burger',
rate: 4.5,
isDeleted: false
}, {
id: 7,
foodId: 18,
author: 'Billy',
body: 'when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. ',
chip: 'Hawaiian burger',
rate: 2.5,
isDeleted: false
}]