fix: Calendar events participated in should be displayed in red (#5146)
Resolves #5131
This commit is contained in:
@ -63,6 +63,8 @@ export const SettingsAccountsCalendars = () => {
|
||||
: '',
|
||||
avatarUrl: currentWorkspaceMember?.avatarUrl || '',
|
||||
handle: '',
|
||||
personId: '',
|
||||
workspaceMemberId: currentWorkspaceMember?.id || '',
|
||||
},
|
||||
],
|
||||
endsAt: exampleEndDate.toISOString(),
|
||||
|
||||
Reference in New Issue
Block a user