Skip to content

Commit

Permalink
(NOBIDS) fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush committed Oct 18, 2023
1 parent 527031b commit a9d310d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/validator/tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -719,9 +719,9 @@ <h6 class="">This table displays the deposits received and processed by the beac
title="
CL: {{ formatElCurrency .Income.Income1d.Cl $.Rates.SelectedCurrency 5 true true true }} | {{ formatElCurrency .Income.Income7d.Cl $.Rates.SelectedCurrency 5 true true true }} | {{ formatElCurrency .Income.Income31d.Cl $.Rates.SelectedCurrency 5 true true true }} <br>
EL: {{ formatElCurrency .Income.Income1d.El $.Rates.SelectedCurrency 5 true true true }} | {{ formatElCurrency .Income.Income7d.El $.Rates.SelectedCurrency 5 true true true }} | {{ formatElCurrency .Income.Income31d.El $.Rates.SelectedCurrency 5 true true true }}">
<b>{{ formatElCurrency .Income.Income1d.Total $.Rates.SelectedCurrency 5 false true true }}</b>
|
<b>{{ formatElCurrency .Income.Income7d.Total $.Rates.SelectedCurrency 5 false true true }}</b>
<b>{{ formatElCurrency .Income.Income1d.Total $.Rates.SelectedCurrency 5 false true true }}</b>
|
<b>{{ formatElCurrency .Income.Income7d.Total $.Rates.SelectedCurrency 5 false true true }}</b>
|
<b>{{ formatElCurrency .Income.Income31d.Total $.Rates.SelectedCurrency 5 false true true }}</b>
</span>
Expand Down

0 comments on commit a9d310d

Please sign in to comment.