Correct merge conflicts.

This commit is contained in:
elweyn 2023-01-25 14:41:03 +01:00
parent 22af8012f5
commit dc70a375f6

View File

@ -1,3 +1,4 @@
<!-- eslint-disable @intlify/vue-i18n/no-dynamic-keys -->
<template>
<div class="creation-confirm">
<div v-if="overlay" id="overlay" @dblclick="overlay = false">
@ -155,8 +156,6 @@ export default {
{ key: 'deny', label: this.$t('deny') },
]
},
<<<<<<< Updated upstream
=======
overlayTitle() {
return `overlay.${this.variant}.title`
},
@ -184,7 +183,6 @@ export default {
return 'info'
}
},
>>>>>>> Stashed changes
},
apollo: {
PendingContributions: {