ecomlab-components-next 0.1.105 → 0.1.106

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.
@@ -401,7 +401,7 @@ var ArticleViewV2 = function ArticleViewV2(_ref) {
401
401
  var translateMin = function translateMin() {
402
402
  if (activeLang == 'en') return 'minutes';
403
403
  if (activeLang == 'tr') return 'dak';
404
- if (activeLang == 'tr') return 'นาที';
404
+ if (activeLang == 'th') return 'นาที';
405
405
  return 'мин';
406
406
  };
407
407
  var translateNoViews = function translateNoViews() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecomlab-components-next",
3
- "version": "0.1.105",
3
+ "version": "0.1.106",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [