Skip to content

Commit

Permalink
remove stray TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
brettjonesdev committed Feb 25, 2019
1 parent cfb330b commit f4bbe4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hoc/ReactMounter/util/buildComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const buildComponents = (
) => {
return Object.keys(components)
.map(selector => {
// TODO Use StatefulReactView here
const el = getEl(view, selector)
const builder = getBuilder(components, selector)

Expand Down

0 comments on commit f4bbe4d

Please sign in to comment.