mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix(paymentpaper): payment receive paper.
This commit is contained in:
@@ -5,5 +5,5 @@ import { usePaymentReceiveDrawerContext } from './PaymentReceiveDrawerProvider';
|
||||
export default function PaymentReceivePaper() {
|
||||
const { paymentReceive } = usePaymentReceiveDrawerContext();
|
||||
|
||||
return <PaymentPaperTemplate paperData={paymentReceive.paymentReceive} />;
|
||||
return <PaymentPaperTemplate paperData={paymentReceive} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user