@capillarytech/creatives-library 7.17.109 → 7.17.111
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
|
@@ -1169,7 +1169,7 @@ export class TemplatePreview extends React.Component { // eslint-disable-line re
|
|
|
1169
1169
|
}
|
|
1170
1170
|
className={`inapp-image-${templateLayoutType}-${device}`}
|
|
1171
1171
|
alt={formatMessage(messages.previewGenerated)}
|
|
1172
|
-
style={{ width: "100%", height: "100%" }}
|
|
1172
|
+
// style={{ width: "100%", height: "100%" }}
|
|
1173
1173
|
/>
|
|
1174
1174
|
)}
|
|
1175
1175
|
{
|
|
@@ -131,7 +131,7 @@ export const InApp = (props) => {
|
|
|
131
131
|
setAccessToken(configs?.accessToken || "");
|
|
132
132
|
setAccountName(name);
|
|
133
133
|
}
|
|
134
|
-
}, [accountData?.selectedWeChatAccount
|
|
134
|
+
}, [accountData?.selectedWeChatAccount]);
|
|
135
135
|
|
|
136
136
|
//gets template details
|
|
137
137
|
const paramObj = params || {};
|