Skip to content

Commit

Permalink
chore(pr check): fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manojava-gk committed Jan 15, 2024
1 parent 2fff0f3 commit b773dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/basic/Dialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const Dialog = ({
modalBorderRadius && modalBorderRadius !== 0 ? modalBorderRadius : 20

const fullScreenWidth = `calc(100vw - ${theme.spacing(8)})`

// eslint-disable-next-line
const defaultWidth = maxWidth || notWeb ? 'auto' : MODAL_DEFAULT_WIDTH
const width = fullWidth ? fullScreenWidth : defaultWidth

Expand Down

0 comments on commit b773dab

Please sign in to comment.