Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jan 28, 2025
1 parent 06730bd commit 65149e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const SubscriberDataViews = ( {
label: translate( 'Name' ),
getValue: ( { item }: { item: Subscriber } ) => item.display_name,
render: ( { item }: { item: Subscriber } ) => (
<SubscriberName displayName={ item.display_name } email={ item.email_address } />
<SubscriberName displayName={ item.display_name } email={ item.email_address } />
),
enableHiding: false,
enableSorting: true,
Expand Down Expand Up @@ -348,7 +348,7 @@ const SubscriberDataViews = ( {
type: 'list',
fields: [],
titleField: 'name',
mediaField: 'media',
mediaField: 'media',
} as View;
}

Expand Down

0 comments on commit 65149e6

Please sign in to comment.