mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
revert event list order
This commit is contained in:
@@ -143,7 +143,7 @@ export class ListBoxService {
|
||||
if(this.CanPush(event, selectedDate)) days[otherDays].push(EndEvent)
|
||||
}
|
||||
|
||||
days[otherDays] = days[otherDays].reverse()
|
||||
days[otherDays] = days[otherDays]
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user