mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: receipt detail.
This commit is contained in:
@@ -10,7 +10,7 @@ import { useReceiptDetailDrawerContext } from './ReceiptDetailDrawerProvider';
|
||||
* Receipt view detail.
|
||||
*/
|
||||
export default function ReceiptDetail() {
|
||||
const { transactions, receiptId } = useReceiptDetailDrawerContext();
|
||||
const { transactions } = useReceiptDetailDrawerContext();
|
||||
|
||||
return (
|
||||
<div className="view-detail-drawer">
|
||||
@@ -18,7 +18,7 @@ export default function ReceiptDetail() {
|
||||
<Tab
|
||||
title={intl.get('details')}
|
||||
id={'details'}
|
||||
panel={<ReceiptDetailTab receiptId={receiptId} />}
|
||||
panel={<ReceiptDetailTab />}
|
||||
/>
|
||||
<Tab
|
||||
title={intl.get('journal_entries')}
|
||||
|
||||
Reference in New Issue
Block a user