Skip to content

Commit

Permalink
fix: ignore type error in Drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Jul 10, 2024
1 parent be2c963 commit c23de1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ export default class Drawer extends React.PureComponent<Props> {
-1
),
},
// @ts-ignore
overlayStyle,
]}
/>
Expand Down

0 comments on commit c23de1d

Please sign in to comment.