Skip to content

Commit

Permalink
Update cart-data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zoek1 authored Jun 17, 2020
1 parent b0860bc commit 60e8a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/js/cart-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CartData {

grantData.uuid = get_UUID();

if (acceptsAllTokens || 'DAI' == acceptedTokenName) {
if (acceptsAllTokens || 'DAI' == accptedTokenName) {
grantData.grant_donation_amount = 5;
grantData.grant_donation_currency = 'DAI';
} else {
Expand Down

0 comments on commit 60e8a50

Please sign in to comment.