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
1 changed files with 1 additions and 1 deletions

View File

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