Skip to content

Commit

Permalink
fix: for #498
Browse files Browse the repository at this point in the history
Signed-off-by: smarcet <[email protected]>
  • Loading branch information
smarcet committed Nov 18, 2024
1 parent 772ee13 commit 79f7cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/ticket-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ export const getTicketTypes =

dispatch(startLoading());

const summitTZ = summit.time_zone.name;
const summitTZ = currentSummit.time_zone.name;

const params = {
page: currentPage,
Expand Down

0 comments on commit 79f7cae

Please sign in to comment.