Skip to content

Commit

Permalink
Merge pull request #3394 from cardano-foundation/feat/MET-2039-add-dr…
Browse files Browse the repository at this point in the history
…ep-filter

fix: MET-2039 update filter
  • Loading branch information
Sotatek-TaiTruong committed May 3, 2024
2 parents 27e5624 + 283a8ea commit 10a3e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Dreps/DrepsList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const DrepsList: React.FC = () => {
toDate: pageInfo?.toDate
? moment
.utc(pageInfo?.toDate)
.endOf("D")
.subtract(timeZone == "UTC" ? 0 : moment().utcOffset(), "minutes")
.format(DATETIME_PARTTEN)
: ""
Expand Down

0 comments on commit 10a3e96

Please sign in to comment.