Skip to content

Commit

Permalink
fix: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
imsobear committed Jan 16, 2017
1 parent 18e556e commit da93934
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions assets/src/Banner/index.rax.js
Expand Up @@ -19,16 +19,6 @@ export default class Banner extends Component {

const {data} = this.state;

const itemStyle = {
display: 'inline-block',
width: '200px',
marginLeft: '200px'
};

const imgStyle = {
width: '100%'
};

return (
<div style={styles.container}>
<h2>Rax Banner: </h2>
Expand Down

0 comments on commit da93934

Please sign in to comment.