mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
@@ -18,7 +18,7 @@ function TableOptionsColumn(props) {
|
||||
} = props;
|
||||
|
||||
return (
|
||||
<div className={!isModifiable && styles.notDragable}>
|
||||
<div className={isModifiable ? undefined : styles.notDragable}>
|
||||
<div
|
||||
className={classNames(
|
||||
styles.column,
|
||||
|
||||
Reference in New Issue
Block a user