Update eslint to 8.27.0
This commit is contained in:
parent
c8fb43a846
commit
98ef4c627a
499 changed files with 8995 additions and 8494 deletions
|
@ -16,11 +16,11 @@ export type PropsType = {
|
|||
text: string;
|
||||
};
|
||||
|
||||
export const GroupDescription = ({
|
||||
export function GroupDescription({
|
||||
i18n,
|
||||
title,
|
||||
text,
|
||||
}: PropsType): JSX.Element => {
|
||||
}: PropsType): JSX.Element {
|
||||
const textRef = useRef<HTMLDivElement | null>(null);
|
||||
const [hasReadMore, setHasReadMore] = useState(false);
|
||||
const [showFullDescription, setShowFullDescription] = useState(false);
|
||||
|
@ -67,4 +67,4 @@ export const GroupDescription = ({
|
|||
)}
|
||||
</>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue