We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699f664 commit 6437421Copy full SHA for 6437421
coffee/react-countdown-clock.coffee
@@ -174,7 +174,7 @@ ReactCountdownClock = CreateReactClass
174
@_timer.fill()
175
176
render: ->
177
- <div ref='component' className="react-countdown-clock" style={width:{@props.size}, height:{@props.size}}>
+ <div ref='component' className="react-countdown-clock" style={width: @props.size, height: @props.size}>
178
<canvas ref='background' style={ position: 'absolute' } width={@props.size} height={@props.size}></canvas>
179
<canvas ref='timer' style={ position: 'absolute' } width={@props.size} height={@props.size}></canvas>
180
</div>
0 commit comments