From c2903b0bd0b99fc29752fbdedb39eb1828c168ef Mon Sep 17 00:00:00 2001 From: Cyrille Bollu Date: Thu, 25 Nov 2021 11:05:39 +0100 Subject: Fixes use mailbox.accountId as fallback when accountId isn't defined in Envelope.vue Signed-off-by: Cyrille Bollu --- src/components/Envelope.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/Envelope.vue b/src/components/Envelope.vue index 1a360aff9..4dfa9f1f9 100644 --- a/src/components/Envelope.vue +++ b/src/components/Envelope.vue @@ -249,7 +249,7 @@ export default { return this.data.flags.draft }, account() { - const accountId = this.data.accountId ?? this.data.accountId + const accountId = this.data.accountId return this.$store.getters.getAccount(accountId) }, link() { -- cgit v1.2.3