Updated the default class name
• Updated: - the default class name
This commit is contained in:
@@ -12,7 +12,7 @@ class Compose extends React.PureComponent {
|
||||
|
||||
render () {
|
||||
return (
|
||||
<div className={[_s._, _s.bgPrimary, _s.borderBottom1PX, _s.borderColorSecondary].join(' ')}>
|
||||
<div className={[_s.d, _s.bgPrimary, _s.borderBottom1PX, _s.borderColorSecondary].join(' ')}>
|
||||
<ComposeFormContainer isStandalone />
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user