Skip to content

Commit

Permalink
refactor(core-radio): use safeRest from @tds/util-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jraff authored and marcod1419 committed Sep 6, 2019
1 parent 138ebd1 commit 32bf305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Radio/Radio.jsx
Expand Up @@ -15,9 +15,9 @@ import Paragraph from '@tds/core-paragraph'
import Text from '@tds/core-text'

import { borders } from '@tds/shared-styles'
import { safeRest } from '@tds/util-helpers'

import generateId from '../../shared/utils/generateId/generateId'
import safeRest from '../../shared/utils/safeRest'
import ColoredTextProvider from '../../shared/components/ColoredTextProvider/ColoredTextProvider'

const FakeRadio = styled.span({
Expand Down
1 change: 1 addition & 0 deletions packages/Radio/package.json
Expand Up @@ -31,6 +31,7 @@
"@tds/core-paragraph": "^2.0.4",
"@tds/core-text": "^2.0.3",
"@tds/shared-styles": "^1.4.3",
"@tds/util-helpers": "^1.1.0",
"prop-types": "^15.5.10"
}
}

0 comments on commit 32bf305

Please sign in to comment.