api 추가
This commit is contained in:
@@ -428,7 +428,7 @@ export const AmountInfoSection = ({
|
||||
}
|
||||
<div className="txn-doc">
|
||||
{ (transactionCategory === TransactionCategory.CashReceipt) &&
|
||||
// !!canDownloadReceipt &&
|
||||
!!canDownloadReceipt &&
|
||||
<button
|
||||
className="doc-btn"
|
||||
type="button"
|
||||
@@ -446,7 +446,7 @@ export const AmountInfoSection = ({
|
||||
sendRequest={ onRequestDownload }
|
||||
></DownloadBottomSheet>
|
||||
}
|
||||
{
|
||||
{ !!cashReceiptSampleOn &&
|
||||
<CashReceiptSample
|
||||
cashReceiptSampleOn={ cashReceiptSampleOn }
|
||||
setCashReceiptSampleOn={ setCashReceiptSampleOn }
|
||||
|
||||
Reference in New Issue
Block a user