diff --git a/src/js/views/Wallet/components/LeftNavigation/components/Divider/index.js b/src/js/views/Wallet/components/LeftNavigation/components/Divider/index.js index 99abce67..681f1847 100644 --- a/src/js/views/Wallet/components/LeftNavigation/components/Divider/index.js +++ b/src/js/views/Wallet/components/LeftNavigation/components/Divider/index.js @@ -21,7 +21,7 @@ const Wrapper = styled.div` `; const Divider = ({ - textLeft, textRight, borderTop, borderBottom, + textLeft, textRight, borderTop = false, borderBottom = false, }) => (