Skip to content

Commit d83f5c1

Browse files
committed
fix: linter
1 parent f40c284 commit d83f5c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blocks/avatar/edit.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const Edit = ( { attributes, context, setAttributes } ) => {
159159
alt: author?.name || author?.display_name || '',
160160
};
161161
return renderAvatar( currentAvatar, author.id || index );
162-
} )
162+
} )
163163
: renderAvatar( avatar, 'single-author' ) }
164164
</div>
165165
</>

0 commit comments

Comments
 (0)