imbric-theme 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -280,7 +280,7 @@ export const RowTable = ({
|
|
280
280
|
</span>
|
281
281
|
|
282
282
|
{isToolTipMounted ? (
|
283
|
-
<ReactTooltip id='listInvoice' type='error'>
|
283
|
+
<ReactTooltip id='listInvoice' type='error' place='left'>
|
284
284
|
<span>{txtTootipIconListInvoice}</span>
|
285
285
|
</ReactTooltip>
|
286
286
|
) : null}
|