mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Fixed: Reinstate position in series table
This commit is contained in:
@@ -146,7 +146,7 @@ class BookRow extends Component {
|
||||
return (
|
||||
<TableRowCell
|
||||
key={name}
|
||||
className={styles.title}
|
||||
className={styles.position}
|
||||
>
|
||||
{position || ''}
|
||||
</TableRowCell>
|
||||
|
||||
Reference in New Issue
Block a user