fix(SW-285): add sidebar to content page
This commit is contained in:
@@ -23,7 +23,7 @@ export default async function LoyaltyPage() {
|
||||
return (
|
||||
<>
|
||||
<section className={styles.content}>
|
||||
{loyaltyPage.sidebar.length ? (
|
||||
{loyaltyPage.sidebar?.length ? (
|
||||
<Sidebar blocks={loyaltyPage.sidebar} />
|
||||
) : null}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user