Skip to content

Commit

Permalink
Changes requested
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Jul 19, 2023
1 parent b48e8da commit 5204820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import { connect } from 'react-redux';

import API from '../../api';
import { isAndroid, isCordova } from '../../cordova-util';
import { isAndroid } from '../../cordova-util';

import {
updateIsInFreeCountry,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const initialState = {
tag: ''
}
],
lastUpdated: null
lastUpdated: undefined
};

function subscriptionProviderReducer(state = initialState, action) {
Expand Down

0 comments on commit 5204820

Please sign in to comment.