From 86e97434b5f29fba1e811b391aa762237cbba883 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:18:08 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 1d6ff7c according to the output from Prettier. Details: None --- .../profile/pages/profile-page/profile-page.component.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/modules/profile/pages/profile-page/profile-page.component.ts b/src/app/modules/profile/pages/profile-page/profile-page.component.ts index 3d971adc..9bb5a2e7 100644 --- a/src/app/modules/profile/pages/profile-page/profile-page.component.ts +++ b/src/app/modules/profile/pages/profile-page/profile-page.component.ts @@ -133,8 +133,9 @@ export class ProfilePageComponent implements OnDestroy { map((events) => events.filter( (event) => - DateTime.fromISO(event?.end).plus({ days: 7 }).toJSDate() > - new Date(), + DateTime.fromISO(event?.end) + .plus({ days: 7 }) + .toJSDate() > new Date(), ), ), );