+ {t('error.daoIsInactive', { + context: + 'percentage' in daoInfo.activeThreshold + ? 'percent' + : 'absolute', + percent: + 'percentage' in daoInfo.activeThreshold + ? formatPercentOf100( + Number(daoInfo.activeThreshold.percentage.percent) * 100 + ) + : undefined, + count: + 'percentage' in daoInfo.activeThreshold + ? undefined + : Number(daoInfo.activeThreshold.absolute_count.count), + })} +
+