Skip to content

Commit

Permalink
fix: typo in module reference for react-overlay (#3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinob11 authored and jquense committed Oct 15, 2018
1 parent 0aa2de2 commit 34515fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DropdownToggle.js
Expand Up @@ -3,7 +3,7 @@ import { findDOMNode } from 'react-dom';
import PropTypes from 'prop-types';
import isRequiredForA11y from 'prop-types-extra/lib/isRequiredForA11y';
import { elementType } from 'prop-types-extra';
import BaseDropdownToggle from 'react-overlays//DropdownToggle';
import BaseDropdownToggle from 'react-overlays/DropdownToggle';
import React from 'react';

import Button from './Button';
Expand Down

0 comments on commit 34515fc

Please sign in to comment.