Add default props values to divider

pull/3/head
Vasek Mlejnsky 6 years ago
parent fed2c3031a
commit f534e76f64

@ -21,7 +21,7 @@ const Wrapper = styled.div`
`; `;
const Divider = ({ const Divider = ({
textLeft, textRight, borderTop, borderBottom, textLeft, textRight, borderTop = false, borderBottom = false,
}) => ( }) => (
<Wrapper <Wrapper
borderTop={borderTop} borderTop={borderTop}

Loading…
Cancel
Save