diff --git a/app/hyperterm.js b/app/hyperterm.js index 9335e804..b6eae3bf 100644 --- a/app/hyperterm.js +++ b/app/hyperterm.js @@ -74,7 +74,7 @@ export default class HyperTerm extends Component { } render () { - const { backgroundColor, borderColor } = this.props.config; + const { backgroundColor, borderColor, css } = this.props.config; return
@@ -98,12 +98,13 @@ export default class HyperTerm extends Component { this.state.sessions.map((uid, i) => { const active = i === this.state.active; const { config } = this.props; - return
+ return
Restart to apply [x]
+