mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
Show badge for inactive documents (#1487)
* Show badge for inactive documents * fix * refactor to use the new flag * add inactive check to ProveScreen * lint * fix for proving button not working * use new qrHashlogic * increase bundle size threshold to 46MB * remove commented out line * add kyc related changes --------- Co-authored-by: seshanthS <seshanth@protonmail.com>
This commit is contained in:
committed by
GitHub
parent
ec8b8fc419
commit
abf01c82c0
@@ -17,8 +17,8 @@ if (!platform || !['android', 'ios'].includes(platform)) {
|
||||
// Bundle size thresholds in MB - easy to update!
|
||||
const BUNDLE_THRESHOLDS_MB = {
|
||||
// TODO: fix temporary bundle bump
|
||||
ios: 45,
|
||||
android: 45,
|
||||
ios: 46,
|
||||
android: 46,
|
||||
};
|
||||
|
||||
function formatBytes(bytes) {
|
||||
|
||||
Reference in New Issue
Block a user