Updated the default class name
• Updated: - the default class name
This commit is contained in:
@@ -20,7 +20,7 @@ class LoadMore extends React.PureComponent {
|
||||
if (!visible || disabled) return null
|
||||
|
||||
return (
|
||||
<div className={[_s._, _s.py15, _s.px10].join(' ')}>
|
||||
<div className={[_s.d, _s.py15, _s.px10].join(' ')}>
|
||||
<Button
|
||||
isBlock
|
||||
radiusSmall
|
||||
|
||||
Reference in New Issue
Block a user