mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 09:15:01 +03:00
feat: Enhance notifications popup appearance
This commit is contained in:
@@ -16,6 +16,9 @@ export const transformNotification = (notification) => ({
|
||||
activityId: notification.actionId,
|
||||
}
|
||||
: notification),
|
||||
...(notification.createdAt && {
|
||||
createdAt: new Date(notification.createdAt),
|
||||
}),
|
||||
});
|
||||
|
||||
/* Actions */
|
||||
|
||||
Reference in New Issue
Block a user