fix:Blade에서 JSX style 이중중괄호 이스케이프 수정

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
pro
2026-01-23 12:32:03 +09:00
parent 453d689ab0
commit 91dd23cd1e

View File

@@ -372,7 +372,7 @@ className="px-3 py-2 border border-stone-200 rounded-lg text-sm"
</div>
{/* List */}
<div className="overflow-y-auto" style={{maxHeight: '400px'}}>
<div className="overflow-y-auto" style={ {maxHeight: '400px'} }>
{loading ? (
<div className="p-8 text-center text-stone-400">로딩 ...</div>
) : (