From 3e59c6047754e837cfbb12d6691a0a03f066d296 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 25 May 2021 16:31:09 -0700 Subject: [PATCH] IO-1168 Resolve payments export all null error. --- .../accounting-payments-table.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/accounting-payments-table/accounting-payments-table.component.jsx b/client/src/components/accounting-payments-table/accounting-payments-table.component.jsx index 1d2ac0bfa..35308356e 100644 --- a/client/src/components/accounting-payments-table/accounting-payments-table.component.jsx +++ b/client/src/components/accounting-payments-table/accounting-payments-table.component.jsx @@ -7,7 +7,7 @@ import CurrencyFormatter from "../../utils/CurrencyFormatter"; import { DateFormatter, DateTimeFormatter } from "../../utils/DateFormatter"; import { alphaSort } from "../../utils/sorters"; import PaymentExportButton from "../payment-export-button/payment-export-button.component"; -import { PaymentsExportAllButton } from "../payments-export-all-button/payments-export-all-button.component"; +import PaymentsExportAllButton from "../payments-export-all-button/payments-export-all-button.component"; export default function AccountingPayablesTableComponent({ loading,