Skip to content

Commit

Permalink
fix: removes undefined style (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkhodaveissi authored and amaury1093 committed May 2, 2019
1 parent 4060f7e commit 3a67e1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion App/Screens/Home/Cigarettes/Cigarettes.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export class Cigarettes extends Component {
diagonal={diagonal}
length={decimal || 1}
size={this.getSize(cigarettes)}
style={cigarettes <= 1 ? styles.single : undefined}
vertical={vertical}
/>
) : null}
Expand Down

0 comments on commit 3a67e1e

Please sign in to comment.