chore(shared): Linter warnings
This commit is contained in:
parent
4a5c4f31ec
commit
bbaf9e8183
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ const NavIcons = ({ setView, setDense, dense, view }) => {
|
|||
)
|
||||
}
|
||||
|
||||
export const WorkbenchHeader = ({ view, setView, update }) => {
|
||||
export const WorkbenchHeader = ({ view, setView }) => {
|
||||
const [dense, setDense] = useState(true)
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue