diff --git a/app/src/config/bazaar.ts b/app/src/config/bazaar.ts index b6ac5ccea..02cd2cf72 100644 --- a/app/src/config/bazaar.ts +++ b/app/src/config/bazaar.ts @@ -295,7 +295,7 @@ export const bazaar = {
- + @@ -326,7 +326,7 @@ export const bazaar = { - + @@ -444,7 +444,7 @@ export const bazaar = { - + @@ -548,7 +548,7 @@ type="checkbox"> - +
diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index 5d139c905..65b529ba1 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -869,7 +869,7 @@ interface IBazaarItem { hUpdated: string; preferredFunding: string; disallowUpdate: boolean; - updateRequiredMinVer: string; + updateRequiredMinAppVer: string; } interface IAV {