Skip to content

Commit 6fce92d

Browse files
authored
fix: remove unexpected class name (#4163)
1 parent fb07ef5 commit 6fce92d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

react/src/components/BAIBoard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ const BAIBoard = <T extends BAIBoardDataType>({
105105
className={classNames(
106106
styles.boardItems,
107107
!bordered && styles.disableBorder,
108-
'jongeun',
109108
)}
110109
key={item.id}
111110
i18nStrings={{

0 commit comments

Comments
 (0)