Skip to content

Commit

Permalink
resolve review commentts by coderabbitai
Browse files Browse the repository at this point in the history
  • Loading branch information
george-misan committed Nov 4, 2024
1 parent 4e47b04 commit 795b38d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { baseTheme, headingFont } from "@/shared-module/common/styles"

const ALLOWED_NESTED_BLOCKS = ["core/image"]

const AuthorEditor: React.FC<
const AsideWithImageEditor: React.FC<
React.PropsWithChildren<BlockEditProps<AsideWithImageBlockAttributes>>
> = ({ clientId, attributes: { title, content }, setAttributes }) => {
const { t } = useTranslation()
Expand Down Expand Up @@ -62,4 +62,4 @@ const AuthorEditor: React.FC<
)
}

export default AuthorEditor
export default AsideWithImageEditor

0 comments on commit 795b38d

Please sign in to comment.