Skip to content

Commit

Permalink
fix: remove unused useEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
HellWolf93 committed Jun 18, 2020
1 parent 60c3d2b commit 6d5e09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MultiSelect/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useRef, useEffect, useImperativeHandle } from 'react';
import React, { useState, useRef, useImperativeHandle } from 'react';
import PropTypes from 'prop-types';
import Label from '../Input/label';
import {
Expand Down

0 comments on commit 6d5e09d

Please sign in to comment.