Skip to content

Commit 2f8f514

Browse files
author
Gabriele Panico
committed
### 3.0.107 in PROD
1 parent 4509e55 commit 2f8f514

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# chat21-ionic ver 3.0
22

3+
### 3.0.107 in PROD
4+
35
### 3.0.107.rc.9
46
- changed: whatsapp api url
57
- changed: whatsapp template params removed if array is empty

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chat21/chat21-ionic",
33
"author": "Tiledesk SRL",
4-
"version": "3.0.107-rc.9",
4+
"version": "3.0.107",
55
"license": "MIT License",
66
"homepage": "https://tiledesk.com/",
77
"repository": {

src/app/components/conversation-info/info-support-group/info-support-group.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class InfoSupportGroupComponent implements OnInit {
3333

3434
onLoad(iframe){
3535
let styleData = this.appStorageService.getItem('style')
36-
console.log('[InfoSupportGroupComponent] styleeeeee', styleData)
36+
this.logger.log('[InfoSupportGroupComponent] styleeeeee', styleData)
3737
if(styleData && styleData !== 'undefined'){
3838
this.loadStyle(JSON.parse(styleData))
3939
}

0 commit comments

Comments
 (0)