bibot 1.0.63 → 1.0.64

Sign up to get free protection for your applications and to get access to all the features.
@@ -4185,7 +4185,6 @@ var AiFollowUps = function AiFollowUps(_ref) {
4185
4185
  style: {
4186
4186
  height: '100%',
4187
4187
  color: '#000',
4188
- backgroundColor: '#fff',
4189
4188
  padding: 10,
4190
4189
  borderRadius: '6px',
4191
4190
  marginBottom: '20px'
@@ -4441,7 +4440,7 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4441
4440
  }
4442
4441
  }, createElement(SendMessageIcon, {
4443
4442
  color: isLoading ? '#cdcdcd' : chatBubbleConfig.color
4444
- }))), createElement("div", {
4443
+ }))), chatBubbleConfig.powered_by_bibot && createElement("div", {
4445
4444
  style: {
4446
4445
  backgroundColor: '#f9f9f9',
4447
4446
  minHeight: 45,