imbric-theme 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -161,7 +161,9 @@ export const RowTable = ({
161
161
  className={getStyles('td', 'tdacction')}
162
162
  key={[itemTd.accessor] + (indexTd + index)}
163
163
  >
164
- {String(item[itemTd.accessor])}
164
+
165
+ SI
166
+ {/* {String(item[itemTd.accessor])} */}
165
167
 
166
168
  </td>
167
169
  ) :
@@ -170,6 +172,8 @@ export const RowTable = ({
170
172
  className={getStyles('td', 'tdacction')}
171
173
  key={[itemTd.accessor] + (indexTd + index)}
172
174
  >
175
+ {/* {String(item[itemTd.accessor])} */}
176
+ NO
173
177
  </td>
174
178
  )
175
179
  : null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",