1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-15 00:21:42 +00:00

Missing root folder health check icon

This commit is contained in:
Mark McDowall 2019-02-27 18:42:58 -08:00
parent 21985d0814
commit df4ddba1ab

View file

@ -37,7 +37,7 @@ function getInternalLink(source) {
case 'RootFolderCheck':
return (
<IconButton
name={icons.SERIES}
name={icons.PLAY}
title="Series Editor"
to="/serieseditor"
/>