mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -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':
|
||||
return (
|
||||
<IconButton
|
||||
name={icons.ARTIST}
|
||||
name={icons.ARTIST_CONTINUING}
|
||||
title="Artist Editor"
|
||||
to="/artisteditor"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue