client: remove unused property from MFM component
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Johann150 2023-01-29 14:29:58 +01:00
parent cc83cbe523
commit 6fd80816fa
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -31,10 +31,6 @@ export default defineComponent({
type: Object,
default: null,
},
i: {
type: Object,
default: null,
},
customEmojis: {
required: false,
},