Skip to content

Commit

Permalink
fixup! Add full width for mailing list
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Mar 12, 2024
1 parent 9a78080 commit 534ef47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/unit/components/Envelope.vue.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ describe('Envelope', () => {
getAccount: () => (id) => ({}),
getEnvelopeTags: () => (id) => ([]),
getMailbox: () => (id) => ({}),
getPreference: () => (key, defaultValue) => defaultValue,
}
store = new Vuex.Store({
actions,
Expand Down

0 comments on commit 534ef47

Please sign in to comment.