라벨 중복문제 수정

This commit is contained in:
Macbook
2026-05-26 22:45:54 +09:00
parent a4830e9bd8
commit 94e96b9a9b
9 changed files with 388 additions and 43 deletions
@@ -71,8 +71,8 @@ const TrendSearchResultCard: React.FC<Props> = ({
className={[
'vtd-card',
'vtd-card--signal',
'vtd-card--detail',
isChart ? 'vtd-card--chart-mode' : '',
!isChart ? 'vtd-card--detail' : '',
isChart ? 'vtd-card--chart-mode tsd-result-card--chart' : '',
selected ? 'vtd-card--selected' : '',
flashCls,
].filter(Boolean).join(' ')}