Update total_spend to dollar_value so that it doesn't break existing functionality in request-queue
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
|
||||
<div>
|
||||
<dt>Total Spend</dt>
|
||||
<dd>{{data['details_of_use']['total_spend']}}</dd>
|
||||
<dd>${{data['details_of_use']['dollar_value']}}</dd>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user