Skip to content

Commit

Permalink
Merge pull request #574 from bitholla/web-2.0
Browse files Browse the repository at this point in the history
Web 2.0
  • Loading branch information
abeikverdi authored Feb 26, 2021
2 parents 4e025a9 + 6e37fe5 commit 0d8c5bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,16 @@ const getConfigs = async () => {

const kitData = await getKitData();
const {
meta: { versions: remoteVersions = {} } = {},
meta: { versions: remoteVersions = {}, sections = {} } = {},
valid_languages = '',
info: { initialized },
setup_completed,
native_currency,
logo_image,
} = kitData;

kitData['sections'] = sections;

const promises = {};
Object.keys(remoteVersions).forEach((key) => {
const localVersion = localVersions[key];
Expand Down

0 comments on commit 0d8c5bf

Please sign in to comment.