Merged in feat/use-translations-overview-table (pull request #342)
fix: use translations for overview table Approved-by: Christel Westerberg
This commit is contained in:
@@ -22,7 +22,9 @@ export default async function LoyaltyPage({ lang }: LangParams) {
|
||||
|
||||
<MaxWidth className={styles.blocks} tag="main">
|
||||
<Title>{loyaltyPage.heading}</Title>
|
||||
{loyaltyPage.blocks ? <Blocks blocks={loyaltyPage.blocks} /> : null}
|
||||
{loyaltyPage.blocks ? (
|
||||
<Blocks blocks={loyaltyPage.blocks} lang={lang} />
|
||||
) : null}
|
||||
</MaxWidth>
|
||||
</section>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user