diff --git a/src/components/RecipientInfo.vue b/src/components/RecipientInfo.vue
index c9e276c3fa..30c1dc7ec2 100644
--- a/src/components/RecipientInfo.vue
+++ b/src/components/RecipientInfo.vue
@@ -16,10 +16,10 @@
-->
-
-
+
-
-
-
-
-
-
@@ -181,19 +141,6 @@ export default {
contact() {
return this.$store.getters.getContact(this.contactKey)
},
-
- /**
- * Conflict message
- *
- * @return {string|boolean}
- */
- conflict() {
- if (this.contact.conflict) {
- return t('contacts', 'The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded.')
- }
- return false
- },
-
/**
* Contact properties copied and sorted by rfcProps.fieldOrder
*