Skip to content

Commit

Permalink
Getting rid of 2 eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Feb 29, 2024
1 parent a7f9bfe commit cc63be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ export default function ExportButton(props: ExportProps): JSX.Element {
*/
ExportButton.defaultProps = {
className: '',
sxDetails: undefined,
};
1 change: 1 addition & 0 deletions packages/geoview-core/src/ui/popper/popper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, { useEffect, useRef } from 'react';
import { Popper as MaterialPopper, PopperProps } from '@mui/material';

interface EnhancedPopperProps extends PopperProps {
// eslint-disable-next-line react/require-default-props
onClose?: () => void;
}

Expand Down

0 comments on commit cc63be0

Please sign in to comment.