mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fixed: UI fixes from Sonarr
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -87,10 +87,11 @@ class BackupRow extends Component {
|
||||
<TableRow key={id}>
|
||||
<TableRowCell className={styles.type}>
|
||||
{
|
||||
<Icon
|
||||
name={iconClassName}
|
||||
title={iconTooltip}
|
||||
/>
|
||||
<span title={iconTooltip}>
|
||||
<Icon
|
||||
name={iconClassName}
|
||||
/>
|
||||
</span>
|
||||
}
|
||||
</TableRowCell>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user