talk-message-forms
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -38,3 +38,3 @@ (function() { | ||
} | ||
if (detect.isFromTeambition(this.props.attachment.data.redirectUrl && this.props.attachment.data.category === 'url')) { | ||
if (detect.isFromTeambition(this.props.attachment.data.redirectUrl) && this.props.attachment.data.category === 'url') { | ||
title = this.props.lang === 'zh' ? "访问 Teambition 查看更多" : "Check out Teambition for more information"; | ||
@@ -41,0 +41,0 @@ } else { |
{ | ||
"name": "talk-message-forms", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "The Message Structure and Layout of jianliao.com", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51289