fix: Calendar events participated in should be displayed in red (#5146)

Resolves #5131
This commit is contained in:
Orinami Olatunji 2024-04-25 08:56:23 +01:00 committed by GitHub
parent 07c8779411
commit 2b8116f57f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,8 @@ export const SettingsAccountsCalendars = () => {
: '',
avatarUrl: currentWorkspaceMember?.avatarUrl || '',
handle: '',
personId: '',
workspaceMemberId: currentWorkspaceMember?.id || '',
},
],
endsAt: exampleEndDate.toISOString(),