Skip to content

Commit

Permalink
small formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
john-rock committed Oct 3, 2023
1 parent 374cda3 commit 1666b86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/src/components/selectDropdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import Select from "react-select";
import styles from "./styles.module.css";

export const SelectDropdown = ({ options, value, onChange, isMulti, placeHolder }) => {


return (
<Select
isMulti={isMulti}
Expand Down

0 comments on commit 1666b86

Please sign in to comment.