Skip to content

Commit

Permalink
Fix linter's warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kurpachsv committed Apr 1, 2019
1 parent 0e44e20 commit a50d2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ class Gallery extends Component {
width: columnAfterResize.width,
height: columnAfterResize.height,
margin: 'auto',
// eslint-disable-next-line
marginTop: `${fixedSize - columnAfterResize.height - fixedBottom}px`,
}}
>
Expand Down

0 comments on commit a50d2a8

Please sign in to comment.