fix: [카드사용내역] 주석 내 이중중괄호 제거

This commit is contained in:
김보곤
2026-03-12 16:58:57 +09:00
parent c7b8fe8068
commit 32d8a5c8f9

View File

@@ -694,7 +694,7 @@ className={`px-3 py-1.5 text-sm cursor-pointer ${index === highlightIndex ? 'bg-
if (!log) return null;
// Blade {{ }} 충돌 방지: style 객체를 변수로 분리
// 테이블 레이아웃 스타일 (Blade 이중중괄호 충돌 방지용 변수)
const tableFixedStyle = { tableLayout: 'fixed' };
const colStyles = [
{ width: '10%' }, { width: '22%' }, { width: '28%' },