feat(MED-97): small fixes
This commit is contained in:
@@ -73,8 +73,7 @@ export const loadAccountBenefitStatistics = async (
|
||||
.select('*')
|
||||
.eq('company_id', accountId)
|
||||
.eq('is_active', true)
|
||||
.single()
|
||||
.throwOnError();
|
||||
.single();
|
||||
|
||||
const scheduleAmount = benefitDistributionSchedule?.benefit_amount || 0;
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user