Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantShock2258 committed Jan 12, 2024
1 parent e6d6c6e commit 9a19227
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/GraphFooter/GraphFooter.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { ButtonGroup, Dropdown, Form } from 'react-bootstrap';
import { ButtonGroup, Dropdown } from 'react-bootstrap';
import styles from './GraphFooter.module.css';
import DropdownToggle from 'react-bootstrap/esm/DropdownToggle';
import DropdownMenu from 'react-bootstrap/esm/DropdownMenu';
const GraphFooter = ({ graph, selected, setSelected }: GraphFooterProps) => {
return (
<div className={styles.parent}>
<div>
<Dropdown as={ButtonGroup} drop="down-centered">
<Dropdown.Toggle className={styles.title}>
{graph[selected]}
Expand Down

0 comments on commit 9a19227

Please sign in to comment.