Skip to content

Commit

Permalink
Update src/components/ContactDetails/ContactDetailsAddNewProp.vue
Browse files Browse the repository at this point in the history
Co-Authored-By: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
tacruc and skjnldsv authored Sep 9, 2019
1 parent 1d4e571 commit 08672be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactDetails/ContactDetailsAddNewProp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
addProp({ id }) {
if (this.properties[id] && this.properties[id].defaultjCal
&& this.properties[id].defaultjCal[this.contact.version]) {
let defaultjCal = this.properties[id].defaultjCal
let defaultjCal = this.properties[id].defaultjCal[this.contact.version]
let property = new ICAL.Property([id, ...defaultjCal])
this.contact.vCard.addProperty(property)
} else {
Expand Down

0 comments on commit 08672be

Please sign in to comment.