mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
New: UI Updates (Backup Restore in App, Profile Cloning)
UI Pulls from Sonarr
This commit is contained in:
@@ -13,7 +13,7 @@ function SpinnerIcon(props) {
|
||||
|
||||
return (
|
||||
<Icon
|
||||
name={isSpinning ? `${spinningName || name} fa-spin` : name}
|
||||
name={isSpinning ? (spinningName || name) : name}
|
||||
{...otherProps}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user