Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Christoph Wurst <ChristophWurst@users.noreply.github.com>
  • Loading branch information
skjnldsv and ChristophWurst authored Sep 3, 2019
1 parent b18c2bb commit b957150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Actions/ActionCopyNtoFN.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
},
mixins: [ActionsMixin],
methods: {
copyNtoFN() {
copyNToFN() {
console.info(this.component)
if (this.component.contact.vCard.hasProperty('n')) {
// Stevenson;John;Philip,Paul;Dr.;Jr.,M.D.,A.C.P.
Expand Down

0 comments on commit b957150

Please sign in to comment.