Skip to content

Commit

Permalink
fixes interface bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Nov 3, 2023
1 parent 10cdce0 commit 66fd3db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/cipp/CIPPSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ import { CellDelegatedPrivilege } from 'src/components/tables/CellDelegatedPrivi
import { TableModalButton } from 'src/components/buttons'
import { cellTableFormatter } from 'src/components/tables/CellTable'
import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat'
import { check } from 'prettier'

const CIPPSettings = () => {
const [active, setActive] = useState(1)
Expand Down

0 comments on commit 66fd3db

Please sign in to comment.