diff --git a/frontend/src/pages/Community.spec.js b/frontend/src/pages/Community.spec.js index 2beec7571..ecfc01716 100644 --- a/frontend/src/pages/Community.spec.js +++ b/frontend/src/pages/Community.spec.js @@ -249,9 +249,7 @@ describe('Community', () => { }) it('toasts an info', () => { - expect(toastInfoSpy).toBeCalledWith( - 'contribution.alert.answerQuestionToast', - ) + expect(toastInfoSpy).toBeCalledWith('contribution.alert.answerQuestionToast') }) }) diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index a17466840..5b771eac9 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -48,258 +48,258 @@