Skip to content

Commit 7a0fde8

Browse files
committed
feat(condo): DOMA-13196 added tests
1 parent 12f7a5a commit 7a0fde8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/condo/domains/billing/hooks/useReceiptTableColumns.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { useIntl } from '@open-condo/next/intl'
66
import { TableColumn } from '@open-condo/ui'
77

88
import { getMoneyRender, getTableCellRenderer } from '@condo/domains/common/components/Table/Renders'
9-
import { getAddressDetails } from '@condo/domains/common/utils/helpers'
109
import { getFilterComponentByKey, TableFiltersMeta } from '@condo/domains/common/utils/filters.utils'
10+
import { getAddressDetails } from '@condo/domains/common/utils/helpers'
1111

1212
type ReceiptTableRow = BillingReceipt
1313
type ReceiptColumn = TableColumn<ReceiptTableRow>

0 commit comments

Comments
 (0)