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
|
-
|
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
|