We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f7a5a commit 7a0fde8Copy full SHA for 7a0fde8
1 file changed
apps/condo/domains/billing/hooks/useReceiptTableColumns.ts
@@ -6,8 +6,8 @@ import { useIntl } from '@open-condo/next/intl'
6
import { TableColumn } from '@open-condo/ui'
7
8
import { getMoneyRender, getTableCellRenderer } from '@condo/domains/common/components/Table/Renders'
9
-import { getAddressDetails } from '@condo/domains/common/utils/helpers'
10
import { getFilterComponentByKey, TableFiltersMeta } from '@condo/domains/common/utils/filters.utils'
+import { getAddressDetails } from '@condo/domains/common/utils/helpers'
11
12
type ReceiptTableRow = BillingReceipt
13
type ReceiptColumn = TableColumn<ReceiptTableRow>
0 commit comments