Skip to content

Commit

Permalink
Fixes lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropalau committed Jun 26, 2020
1 parent 69bb2ee commit 0510a57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Caption/Caption.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ class Caption extends PureComponent {
>
<div
className="caption-thumbnails"
style={{ width: captionThumbnailsWrapperWidth }}
style={{
width: captionThumbnailsWrapperWidth,
}}
>
<ul
className="thumbnails-list"
Expand Down

0 comments on commit 0510a57

Please sign in to comment.