From 1aa34499fffc580a4c6ddd389676ef04ed87b010 Mon Sep 17 00:00:00 2001 From: Carter Wooten Date: Tue, 13 Nov 2018 18:44:18 -0500 Subject: [PATCH] Reverting `basic` story back to master --- stories/size/basic.js | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/stories/size/basic.js b/stories/size/basic.js index 4dc43f41b..cce770ad6 100644 --- a/stories/size/basic.js +++ b/stories/size/basic.js @@ -23,21 +23,18 @@ export default class Size extends React.Component { render() { return ( -
- { - this.setState({ - width: this.state.width + d.width, - height: this.state.height + d.height, - }); - }} - > - 001 - -
+ { + this.setState({ + width: this.state.width + d.width, + height: this.state.height + d.height, + }); + }} + > + 001 + ) } }