mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Fix JS linting issue that slipped into SVG icon PR
This commit is contained in:
parent
ab71e515e4
commit
8c6c7b8c77
@ -47,7 +47,11 @@ const ExplorerItem = ({ item, onClick }) => {
|
||||
onClick={onClick}
|
||||
href={`${ADMIN_URLS.PAGES}${id}/`}
|
||||
>
|
||||
<Icon name="arrow-right" title={STRINGS.VIEW_CHILD_PAGES_OF_PAGE.replace('{title}', title)} className="icon--item-action" />
|
||||
<Icon
|
||||
name="arrow-right"
|
||||
title={STRINGS.VIEW_CHILD_PAGES_OF_PAGE.replace('{title}', title)}
|
||||
className="icon--item-action"
|
||||
/>
|
||||
</Button>
|
||||
) : null}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user