Skip to content

Commit

Permalink
fix: Prop icon false as default
Browse files Browse the repository at this point in the history
  • Loading branch information
ktquez committed Jun 21, 2020
1 parent fc57fb3 commit 97f251a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SocialChat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
props: {
icon: {
type: Boolean,
default: true
default: false
},
attendants: {
type: Array,
Expand Down

0 comments on commit 97f251a

Please sign in to comment.