diff --git a/src/App.js b/src/App.js index adfaa89..6bc1f2d 100644 --- a/src/App.js +++ b/src/App.js @@ -64,7 +64,8 @@ class App extends Component {symbol: '+', cols: 1, action: this.addToCurrent}, {symbol: '0', cols: 2, action: this.addToCurrent}, {symbol: '.', cols: 1, action: this.addToCurrent}, - {symbol: '=', cols: 1, action: this.calculate} + {symbol: '<', cols: 1, action: this.shiftleft}, + {symbol: '>', cols: 1, action: this.shiftright} ]; return (