fix: [카드사용내역] 주석 내 이중중괄호 제거
This commit is contained in:
@@ -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%' },
|
||||
|
||||
Reference in New Issue
Block a user