mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
parent
61582108a4
commit
534fc97d0f
@ -172,7 +172,7 @@ function DaySection({
|
|||||||
{_.map(timeboxes.sort(sortTimeboxes), ([date, nots], i: number) =>
|
{_.map(timeboxes.sort(sortTimeboxes), ([date, nots], i: number) =>
|
||||||
_.map(nots.sort(sortIndexedNotification), (not, j: number) => (
|
_.map(nots.sort(sortIndexedNotification), (not, j: number) => (
|
||||||
<Notification
|
<Notification
|
||||||
key={getNotificationKey(time, not)}
|
key={getNotificationKey(date, not)}
|
||||||
api={api}
|
api={api}
|
||||||
notification={not}
|
notification={not}
|
||||||
archived={archive}
|
archived={archive}
|
||||||
|
Loading…
Reference in New Issue
Block a user