+ text-[13px] font-normal mr-2 ${appDetail.enable_api ? 'text-green-500 bg-green-50' : 'text-yellow-500 bg-yellow-50'}`}>
{t('appApi.status')}
-
{appDetail?.enable_api ? `${t('appApi.ok')}` : `${t('appApi.disabled')}`}
+
{appDetail.enable_api ? `${t('appApi.ok')}` : `${t('appApi.disabled')}`}