aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/planSelection/components/PlanItem.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/planSelection/components/PlanItem.js')
-rw-r--r--src/features/planSelection/components/PlanItem.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/planSelection/components/PlanItem.js b/src/features/planSelection/components/PlanItem.js
index 3855fedf1..e90532dec 100644
--- a/src/features/planSelection/components/PlanItem.js
+++ b/src/features/planSelection/components/PlanItem.js
@@ -111,7 +111,6 @@ const styles = theme => ({
111 }, 111 },
112}); 112});
113 113
114
115export default @observer @injectSheet(styles) class PlanItem extends Component { 114export default @observer @injectSheet(styles) class PlanItem extends Component {
116 static propTypes = { 115 static propTypes = {
117 name: PropTypes.string.isRequired, 116 name: PropTypes.string.isRequired,