Skip to content

Commit 2e0acb5

Browse files
committed
Minor: just removing a couple of lines that are no longer needed from the tile controller
1 parent 6b8a70f commit 2e0acb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/script/tile-component.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ var Tile = React.createClass({
4444
render() {
4545

4646
var state = this.state;
47-
var baseCurrency = state.currencyPair.substring(0,3);
48-
var settlementDateText = `${state.settlementDate} (${state.tenor})`;
4947

5048
return(
5149
<div className="Tile">

0 commit comments

Comments
 (0)