Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 4, 2024
1 parent ece79c0 commit 7a7e813
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Suspense, lazy, useState } from 'react'
import React, { lazy } from 'react'
import { Tooltip, IconButton } from '@mui/material'

import { makeStyles } from 'tss-react/mui'
Expand Down Expand Up @@ -50,7 +50,6 @@ const ServerSideRenderedBlockContent = observer(function ({
// eslint-disable-next-line @typescript-eslint/no-explicit-any
model: any
}) {
const [showStack, setShowStack] = useState(false)
if (model.error) {
return (
<BlockMsg
Expand Down

0 comments on commit 7a7e813

Please sign in to comment.