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 652f64a commit 20e6013
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const PassCardSelectContent: React.FC<
locale,
...props
}) => {
const locale = useLocale() as Locale;
const eventPassOrderSums = await getEventPassOrderSums({ eventPassId: id });
const eventPassCart = await getEventPassCart({
organizerSlug,
Expand Down

0 comments on commit 20e6013

Please sign in to comment.