Skip to content

Commit

Permalink
remove the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkanx committed May 20, 2019
1 parent 31a4a42 commit 244abd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/javascript/app/Stores/Modules/Contract/contract-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ export default class ContractStore extends BaseStore {
// setters for ongoing contracts, will only init once onMount after left_epoch is set
} else if (!this.is_left_epoch_set) {
// For tick contracts, it is necessary to set the chartType and granularity after saving and clearing trade layout
// TODO: Fix issue with setting start_epoch and loading ongoing contract from positions
if (this.is_from_positions) {
SmartChartStore.setContractStart(date_start);
}
Expand Down

0 comments on commit 244abd1

Please sign in to comment.