Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
animehart committed Mar 24, 2022
1 parent 4de6e08 commit 07b4422
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export const useStyles = ({ height = 500 }: StylesDeps) => {
const cached = useMemo(() => {
const { border, colors } = euiTheme;

const thinBorder = `${border.width.thin} solid ${colors.lightShade}!important`;

const processTree: CSSObject = {
height: `${height}px`,
position: 'relative',
Expand Down

0 comments on commit 07b4422

Please sign in to comment.