Skip to content

Commit

Permalink
fix: bugfix for timeline calendar (#10798)
Browse files Browse the repository at this point in the history
* fix: ui/ux

* fix: mf-5291 event tab

* fix: mf-5282

* fix: mf-5283

* fix: ui/ux

* fix: ui/ux

* chore: revert lock file changes

---------

Co-authored-by: guanbinrui <guanbinrui@dimension.im>
Co-authored-by: guanbinrui <52657989+guanbinrui@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 20, 2023
1 parent ca853df commit b42b42b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-providers/src/Calendar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class CalendarAPI implements CalendarBaseAPI.Provider {
cursor: 0,
}),
)
console.log(list)
return list?.data?.events?.map((x: any) => ({ ...x, event_date: x.event_date * 1000 }))
}
async getEventList(startDate: number, endDate?: number) {
Expand Down

0 comments on commit b42b42b

Please sign in to comment.