diff --git a/src/lcip/grow_project/applications/index.njk b/src/lcip/grow_project/applications/index.njk
index f373243..56e5161 100644
--- a/src/lcip/grow_project/applications/index.njk
+++ b/src/lcip/grow_project/applications/index.njk
@@ -79,17 +79,17 @@ title: Grow - Project - Applications Received
{% endcomp %}
-{% comp "dashboard.panels", { columns: 2 } %}
+{% comp "dashboard.panels", { columns: 1 } %}
{% comp "dashboard.pane" %}
Total funding requested
{% 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" %}
Total amount awarded
{% 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 %}