Skip to content

Commit

Permalink
update per PR notes
Browse files Browse the repository at this point in the history
  • Loading branch information
colebillys19 committed Jun 26, 2019
1 parent 66510e2 commit 9ffbe74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
width: 360px;
margin: 0 auto;
color: #fff;
font-size: 1.4rem;
text-align: center;
font-weight: bold;
}
2 changes: 1 addition & 1 deletion src/components/Preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Preview extends Component {
data-testid="Preview-container"
onClick={this.handleClickContainer}
>
<div className={classNames({ 'Preview-muted': !frameIDs.length })}>
<div className={classNames({ 'Preview-muted': !numFrames })}>
<Frame
imageSrc={imageSrc}
playing={playing}
Expand Down

0 comments on commit 9ffbe74

Please sign in to comment.