@@ -655,7 +655,7 @@ export default {
postId: this.detail.postId,
srcContentId: this.detail.srcContentId,
senderId: this.detail.srcUserId,
- status: this.reportStatus,
+ status: '',
},
}
})
@@ -53,7 +53,7 @@ export function isBrowser() {
export function getBrowser() {
let browser;
let UserAgent = navigator.userAgent.toLowerCase();
- if (UserAgent.indexOf('chrome') > -1 && UserAgent.indexOf('safari') > -1) {
+ if (UserAgent.indexOf('chrome') > -1 && UserAgent.indexOf('crios') > -1) {
browser = `Chrome`
} else if (UserAgent.indexOf('firefox') > -1) {
browser = `Firefox`