From 4944f591181917fd4ac02634054df12885eea3cc Mon Sep 17 00:00:00 2001 From: oconnorct1 Date: Tue, 9 May 2017 21:13:04 -0400 Subject: [PATCH] style fix --- js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js b/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js index 30e528a6b..fedbd7a7f 100644 --- a/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js +++ b/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js @@ -41,7 +41,7 @@ const FUND_ACCCOUNT_FROM = { pointerEvents: 'none', userSelect: 'none', color: 'rgba(0, 0, 0, 0.298039)' -} +}; @observer export default class OptionsStep extends Component {