From b8f1762f2c8496f2f32ab8f7494334d057fcd1a6 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:36:19 +0000 Subject: [PATCH] Visual edit in Lovable Edited UI in Lovable --- src/components/transaction/TransactionDetails.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/transaction/TransactionDetails.tsx b/src/components/transaction/TransactionDetails.tsx index 8815f20..5602554 100644 --- a/src/components/transaction/TransactionDetails.tsx +++ b/src/components/transaction/TransactionDetails.tsx @@ -9,7 +9,7 @@ const TransactionDetails: React.FC = ({ }) => { return

{title || '제목 없음'}

-

{date || '날짜 정보 없음'}

+

{date || '날짜 정보 없음'}

; }; export default TransactionDetails; \ No newline at end of file