Chore/cleanup warnings (#17974)
This commit is contained in:
@@ -14,7 +14,7 @@ const ChildChunks: FC<Props> = ({
|
||||
payload,
|
||||
isShowAll,
|
||||
}) => {
|
||||
const { id, score, content, position } = payload
|
||||
const { score, content, position } = payload
|
||||
return (
|
||||
<div
|
||||
className={!isShowAll ? 'line-clamp-2 break-all' : ''}
|
||||
|
Reference in New Issue
Block a user