Skip to content

Commit 917aac2

Browse files
authored
fix: pc container class name (#712)
1 parent bc0e0f5 commit 917aac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/PageConstructor/PageConstructor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const Constructor = (props: PageConstructorProps) => {
9797

9898
return (
9999
<InnerContext.Provider value={context}>
100-
<RootCn>
100+
<RootCn className={b()}>
101101
<div className={b('wrapper')}>
102102
{themedBackground && (
103103
<BackgroundMedia {...themedBackground} className={b('background')} />

0 commit comments

Comments
 (0)