Skip to content

Commit

Permalink
fix(ui): activity page defaut range (#2101)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwayne authored May 13, 2024
1 parent f8face2 commit fe23649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const listUserEvents = graphql(/* GraphQL */ `
`)

export default function Activity() {
const defaultFromDate = moment().add(parseInt(DEFAULT_DATE_RANGE, 10), 'day')
const defaultFromDate = moment().add(parseInt(DEFAULT_DATE_RANGE, 10), 'hour')
const defaultToDate = moment()

const [members] = useAllMembers()
Expand Down

0 comments on commit fe23649

Please sign in to comment.