Adjust torrent details pane

This commit is contained in:
John Furrow
2016-01-30 21:44:57 -08:00
parent 189daf1907
commit 65a3024b7a
9 changed files with 48 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ export default class BaseIcon extends React.Component {
}
BaseIcon.defaultProps = {
className: '',
what: 'hello',
viewBox: '0 0 60 60'
};