emergency changes are applied
This commit is contained in:
parent
fb4c40f5ea
commit
1cb72d04b9
@ -414,7 +414,7 @@ export class GraphListComponent implements OnInit {
|
||||
let today_date_index = gDate.indexOf(moment(Date.now()).format('YYYY-MM-DD'));
|
||||
//let today_date_index = gDate.indexOf('2019-08-06');
|
||||
//this.gg_last = gReward[today_date_index];
|
||||
this.gg_last = "16";
|
||||
this.gg_last = "8";
|
||||
let range = [];
|
||||
if(gaddedreward.length == 1 && gaddedreward[0]!= 0){
|
||||
range = [ (gaddedreward[0] - (gaddedreward[0] * 0.3)), (gaddedreward[0] + (gaddedreward[0] * 0.3)) ];
|
||||
|
@ -16,7 +16,7 @@ import { ChartService } from 'src/app/shared/services/chart.service';
|
||||
|
||||
<div class="row mb-3 pb-3">
|
||||
<div class="col-md-12">
|
||||
<div class="text-center detail_div countdownbox">
|
||||
<div class="text-center detail_div countdownbox d-none">
|
||||
<p class="count mb-0"><span class="">Countdown to Halving</span> {{countDownDate}} <span class="">Blocks to go</span> {{demo}}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user