Skip to content

Commit

Permalink
Fix regression in Icon component
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr committed Oct 11, 2018
1 parent c60d72a commit a94f654
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## WIP

### Fixed

- Fix regression in Icon component

## 3.0.0 rc 18 (October 11, 2018)

### Added
Expand Down
2 changes: 0 additions & 2 deletions src/js/core/svg.js
Expand Up @@ -4,8 +4,6 @@ const svgs = {};

export default {

args: 'src',

props: {
id: String,
icon: String,
Expand Down

0 comments on commit a94f654

Please sign in to comment.