Skip to content

Commit

Permalink
passCardSelect.tsx : fix double localeMessages definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreG-tech committed Feb 8, 2024
1 parent f1b7855 commit 652f64a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ export const PassCardSelectContent: React.FC<
...props
}) => {
const locale = useLocale() as Locale;
const localeMessages = deepPick(messages[locale], [
'Organizer.Event.PassPurchase',
]);
const eventPassOrderSums = await getEventPassOrderSums({ eventPassId: id });
const eventPassCart = await getEventPassCart({
organizerSlug,
Expand Down

0 comments on commit 652f64a

Please sign in to comment.