Fixed: Reinstate position in series table

This commit is contained in:
ta264
2021-07-22 20:32:35 +01:00
parent 848b183ab8
commit 19549098a7
5 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ class BookRow extends Component {
return (
<TableRowCell
key={name}
className={styles.title}
className={styles.position}
>
{position || ''}
</TableRowCell>