@capillarytech/creatives-library 8.0.86 → 8.0.87-alpha.0
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
|
@@ -407,12 +407,6 @@ export const Zalo = (props) => {
|
|
|
407
407
|
name,
|
|
408
408
|
})}
|
|
409
409
|
</CapLabel>
|
|
410
|
-
<CapLabel className="variable-field-length">
|
|
411
|
-
{formatMessage(messages.charactersCount, {
|
|
412
|
-
variableLength: value.length,
|
|
413
|
-
maxLength,
|
|
414
|
-
})}
|
|
415
|
-
</CapLabel>
|
|
416
410
|
</CapRow>
|
|
417
411
|
</>
|
|
418
412
|
);
|