mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +00:00
Add default props values to divider
This commit is contained in:
parent
fed2c3031a
commit
f534e76f64
@ -21,7 +21,7 @@ const Wrapper = styled.div`
|
||||
`;
|
||||
|
||||
const Divider = ({
|
||||
textLeft, textRight, borderTop, borderBottom,
|
||||
textLeft, textRight, borderTop = false, borderBottom = false,
|
||||
}) => (
|
||||
<Wrapper
|
||||
borderTop={borderTop}
|
||||
|
Loading…
Reference in New Issue
Block a user