mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix: reducers Rtl
This commit is contained in:
@@ -113,7 +113,8 @@ export const profitLossSheetReducer = (profitLoss) => {
|
||||
}
|
||||
if (profitLoss.other_income) {
|
||||
results.push({
|
||||
name: 'other_income',
|
||||
|
||||
name:<T id={'other_income'}/>,
|
||||
total: profitLoss.other_income.total,
|
||||
total_periods: profitLoss.other_income.total_periods,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user