Skip to content

Commit

Permalink
Fix #1368 (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
olegstepura authored and javivelasco committed Mar 28, 2017
1 parent 697b4d6 commit 509e846
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion components/radio/RadioGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Component, PropTypes } from 'react';
import { themr } from 'react-css-themr';
import { RADIO } from '../identifiers';
import InjectRadioButton from './RadioButton';
import { isComponentOfType } from '../utils/react';
import isComponentOfType from '../utils/is-component-of-type';

const factory = (RadioButton) => {
class RadioGroup extends Component {
Expand Down
3 changes: 0 additions & 3 deletions components/utils/react.js

This file was deleted.

0 comments on commit 509e846

Please sign in to comment.