mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 15:23:40 -07:00
Fixed: Invalid icon definition in Health.js
This commit is contained in:
parent
872080cf9e
commit
6312704611
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function getInternalLink(source) {
|
||||||
case 'RootFolderCheck':
|
case 'RootFolderCheck':
|
||||||
return (
|
return (
|
||||||
<IconButton
|
<IconButton
|
||||||
name={icons.ARTIST}
|
name={icons.ARTIST_CONTINUING}
|
||||||
title="Artist Editor"
|
title="Artist Editor"
|
||||||
to="/artisteditor"
|
to="/artisteditor"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue