Skip to content

Commit

Permalink
Remove total amount awarded
Browse files Browse the repository at this point in the history
  • Loading branch information
taz-chiles committed Nov 28, 2024
1 parent 934a9cd commit 8ffab04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lcip/grow_project/applications/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@ title: Grow - Project - Applications Received

{% endcomp %}

{% comp "dashboard.panels", { columns: 2 } %}
{% comp "dashboard.panels", { columns: 1 } %}

{% comp "dashboard.pane" %}
<h3>Total funding requested</h3>
{% comp "dashboard.big_number", { fontsize: '3em', number: viz.lcip.grow_project.applications_received['rows'][0]['Total amount of funding requested (£)'], prefix: "£"} %}{% endcomp %}
{% endcomp %}

{% comp "dashboard.pane" %}
{# {% comp "dashboard.pane" %}
<h3>Total amount awarded</h3>
{% comp "dashboard.big_number", { number: (viz.lcip.grow_project.results['rows'][0]['Total amount awarded to organisations(£)'] + viz.lcip.grow_project.results['rows'][0]['Total amount awarded to individual artists (£)']), prefix: '£', fontsize: '3em' } %}{% endcomp %}
{% endcomp %}
{% endcomp %} #}

{% endcomp %}

Expand Down

0 comments on commit 8ffab04

Please sign in to comment.