Skip to content

Instantly share code, notes, and snippets.

@lukeschunk
lukeschunk / 1.js
Created April 13, 2016 17:44 — forked from maddie927/1.js
Comparison
const Pricing = React.createClass({
// ...
render() {
// ...
return (
<div className="pricing" style={{ opacity: purchasing ? 0.25 : '' }}>
{purchaseError ? (
<div className="purchase-complete">
<h2 style={{ color: 'hsl(10, 50%, 50%)' }}>Oops!</h2>
<p>