Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Nov 13, 2024
1 parent e92d04e commit 2ed038c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/edit-site/src/components/post-fields/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ import {
titleField,
dateField,
} from '@wordpress/fields';
import {
useMemo,
useState,
} from '@wordpress/element';
import { useMemo, useState } from '@wordpress/element';
import { commentAuthorAvatar as authorIcon } from '@wordpress/icons';
import { __experimentalHStack as HStack, Icon } from '@wordpress/components';
import { useSelect } from '@wordpress/data';
import { useEntityRecords, store as coreStore } from '@wordpress/core-data';


function PostAuthorField( { item } ) {
const { text, imageUrl } = useSelect(
( select ) => {
Expand Down

0 comments on commit 2ed038c

Please sign in to comment.