Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
.#1387 Minor fix of code formatting w/ lint
Browse files Browse the repository at this point in the history
Minor fix of code formatting w/ lint
#1387
  • Loading branch information
metas-mk committed Jan 18, 2018
1 parent 7aa0723 commit 750c141
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widget/RawWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class RawWidget extends Component {
}}
/>
</div>
);
);
}
case "DateTime":
if (range) {
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7157,6 +7157,13 @@ react-tagsinput@~3.18.0:
version "3.18.0"
resolved "https://registry.yarnpkg.com/react-tagsinput/-/react-tagsinput-3.18.0.tgz#40e036fc0f4c3d6b4689858189ab02926717a818"

react-tether@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/react-tether/-/react-tether-0.6.0.tgz#428fb676467aa033336790997477ffcebe0aeca8"
dependencies:
prop-types "^15.5.8"
tether "^1.3.7"

react-themeable@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/react-themeable/-/react-themeable-1.1.0.tgz#7d4466dd9b2b5fa75058727825e9f152ba379a0e"
Expand Down

0 comments on commit 750c141

Please sign in to comment.