@capillarytech/creatives-library 8.0.212 → 8.0.213
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
|
@@ -2339,14 +2339,6 @@ const splitTemplateVarString = (str) => {
|
|
|
2339
2339
|
</CapLabel>
|
|
2340
2340
|
</>
|
|
2341
2341
|
);
|
|
2342
|
-
case RCS_STATUSES.rejected:
|
|
2343
|
-
return (
|
|
2344
|
-
<>
|
|
2345
|
-
<CapLabel type="label2" className="rcs-status-label">
|
|
2346
|
-
{formatMessage(messages.rejectedStatusMsg)}
|
|
2347
|
-
</CapLabel>
|
|
2348
|
-
</>
|
|
2349
|
-
);
|
|
2350
2342
|
default:
|
|
2351
2343
|
return (
|
|
2352
2344
|
<>
|