fix:Blade에서 JSX style 이중중괄호 이스케이프 수정
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user