Skip to content

Commit

Permalink
Signup: DSS: show dynamic screenshot during image loading
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Dec 4, 2015
1 parent cd4f71c commit fcbbc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/signup/steps/dss/screenshot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default React.createClass( {
const { markup, styles } = this.props.markupAndStyles || { markup: null, styles: null };
const containerClassNames = classnames( 'dss-screenshot', {
'is-loading': this.shouldShowLoadingIndicator(), // show the white overlay
'is-preview-ready': markup && styles && this.props.renderComplete // show the dynamic screenshot
'is-preview-ready': markup && styles && this.props.dssImage // show the dynamic screenshot
} );

if ( markup && styles ) {
Expand Down

0 comments on commit fcbbc76

Please sign in to comment.