Permalink
Browse files
fix(Separator): Default props typo
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/Separator/Separator.js
|
@@ -19,7 +19,7 @@ export default class Separator extends Component { |
|
|
|
borderSize: PropTypes.oneOf(['x1', 'x2']), |
|
|
|
}; |
|
|
|
|
|
|
|
static defualtProps = { |
|
|
|
static defaultProps = { |
|
|
|
borderColor: true, |
|
|
|
borderSize: 'x1', |
|
|
|
}; |
|
|
0 comments on commit
e443905