api 추가

This commit is contained in:
focp212@naver.com
2025-11-10 18:03:38 +09:00
parent f547ec2c39
commit 5d398c9d77
5 changed files with 70 additions and 2 deletions

View File

@@ -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 }