summaryrefslogtreecommitdiffhomepage
path: root/app/components/Layout.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/Layout.js')
-rw-r--r--app/components/Layout.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/Layout.js b/app/components/Layout.js
index b0cc0a8420..50f52e7dca 100644
--- a/app/components/Layout.js
+++ b/app/components/Layout.js
@@ -10,7 +10,7 @@ export class Header extends Component {
<div className="layout__header">
<HeaderBar {...this.props} />
</div>
- )
+ );
}
}
@@ -24,7 +24,7 @@ export class Container extends Component {
<div className="layout__container">
{this.props.children}
</div>
- )
+ );
}
}