ordering-ui-react-native 0.23.32 → 0.23.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-react-native",
3
- "version": "0.23.32",
3
+ "version": "0.23.33",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -503,6 +503,7 @@ const ChatUI = (props: MessagesParams) => {
503
503
 
504
504
  const firstMessage = {
505
505
  _id: 0,
506
+ type: 0,
506
507
  text: console,
507
508
  createdAt: parseDate(order?.created_at, { outputFormat: 'YYYY-MM-DD HH:mm:ss' }),
508
509
  system: true,