fix:VAT 페이지 신고서 출력 버튼 제거

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-19 22:28:24 +09:00
parent 71f745bdb9
commit 0d987ab685

View File

@@ -360,9 +360,6 @@ function VatManagement() {
)}
</div>
<div className="flex items-center">
<button className="flex items-center gap-2 px-4 py-2 border border-gray-300 text-gray-700 hover:bg-gray-50 rounded-lg">
<FileText className="w-4 h-4" /><span className="text-sm">신고서 출력</span>
</button>
</div>
</div>
</div>