Skip to content

Commit

Permalink
ref MAT-6157: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nmorasb committed Dec 5, 2023
1 parent 87b10c1 commit f14ac7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/CreateNewLibraryDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const CreateNewLibraryDialog: React.FC<TestProps> = ({
const [organizations, setOrganizations] = useState<string[]>();
const organizationApi = useRef(useOrganizationApi()).current;

const modelOptions = Object.keys(Model);;
const modelOptions = Object.keys(Model);

// fetch organizations DB using measure service and sorts alphabetically
useEffect(() => {
Expand Down

0 comments on commit f14ac7a

Please sign in to comment.