diff --git a/src/components/Author/AuthorBadge/AuthorBadge.tsx b/src/components/Author/AuthorBadge/AuthorBadge.tsx index 5ec70911..665f300f 100644 --- a/src/components/Author/AuthorBadge/AuthorBadge.tsx +++ b/src/components/Author/AuthorBadge/AuthorBadge.tsx @@ -46,7 +46,6 @@ export const AuthorBadge = (props: Props) => { setIsMobileView(!mediaMatches.sm) }) - // const { setFollowing } = useFollowing() const { changeSearchParams } = useRouter() const { t, formatDate, lang } = useLocalize() diff --git a/src/components/Editor/EditorFloatingMenu/EditorFloatingMenu.tsx b/src/components/Editor/EditorFloatingMenu/EditorFloatingMenu.tsx index 5e3bcfdc..95c3dfcb 100644 --- a/src/components/Editor/EditorFloatingMenu/EditorFloatingMenu.tsx +++ b/src/components/Editor/EditorFloatingMenu/EditorFloatingMenu.tsx @@ -28,6 +28,7 @@ const embedData = (data) => { const result: { src: string; width?: string; height?: string } = { src: '' } + // biome-ignore lint/style/useForOf: for (let i = 0; i < attributes.length; i++) { const attribute = attributes.item(i) if (attribute) { diff --git a/src/components/Nav/HeaderAuth.tsx b/src/components/Nav/HeaderAuth.tsx index db336fec..2ad8fac4 100644 --- a/src/components/Nav/HeaderAuth.tsx +++ b/src/components/Nav/HeaderAuth.tsx @@ -56,7 +56,7 @@ export const HeaderAuth = (props: Props) => { const handleBurgerButtonClick = () => { toggleEditorPanel() } - + // FIXME: use handler const _handleSaveClick = () => { const hasTopics = form.selectedTopics?.length > 0 if (hasTopics) { @@ -254,7 +254,12 @@ export const HeaderAuth = (props: Props) => { } > -