ordering-ui-react-native 0.14.9 → 0.14.10

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.14.9",
3
+ "version": "0.14.10",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -210,7 +210,7 @@ const BusinessReviewsUI = (props: BusinessReviewsParams) => {
210
210
  </View>
211
211
  </ReviewProgressView>
212
212
  <PrincipalWrapView>
213
- <OText style={{ marginBottom: 6 }}>
213
+ {/* <OText style={{ marginBottom: 6 }}>
214
214
  {t('PRINCIPAL_COMMENTS', 'Principal comments')}
215
215
  </OText>
216
216
  <PrincipalComments
@@ -220,7 +220,7 @@ const BusinessReviewsUI = (props: BusinessReviewsParams) => {
220
220
  'Too slow',
221
221
  'It isn’t worth what it costs',
222
222
  ]}
223
- />
223
+ /> */}
224
224
  </PrincipalWrapView>
225
225
 
226
226
  {reviewsList?.reviews.map((review: any) => (
@@ -216,7 +216,7 @@ const BusinessReviewsUI = (props: BusinessReviewsParams) => {
216
216
  </View>
217
217
  </ReviewProgressView>
218
218
  <PrincipalWrapView>
219
- <OText style={{ marginBottom: 6 }}>
219
+ {/* <OText style={{ marginBottom: 6 }}>
220
220
  {t('PRINCIPAL_COMMENTS', 'Principal comments')}
221
221
  </OText>
222
222
  <PrincipalComments
@@ -226,7 +226,7 @@ const BusinessReviewsUI = (props: BusinessReviewsParams) => {
226
226
  'Too slow',
227
227
  'It isn’t worth what it costs',
228
228
  ]}
229
- />
229
+ /> */}
230
230
  </PrincipalWrapView>
231
231
 
232
232
  {reviewsList?.reviews.map((review: any) => (