Skip to content

Commit

Permalink
wrap only listing with ul
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy with Silver Wings committed Oct 21, 2019
1 parent 3c94e93 commit c8e3658
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 126 deletions.
98 changes: 56 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"react-dom": "^16.10.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-select": "^3.0.4",
"react-select": "^3.0.8",
"react-spring": "^8.0.27",
"react-tiny-fab": "^3.0.3",
"react-use-web-share": "^1.0.0",
Expand Down
12 changes: 7 additions & 5 deletions src/components/Plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ function Plugins({ onTransform }) {
};
return (
<Fragment>
<Content>
{plugin ? (
{plugin ? (
<Content as="section">
<ExternalUI details={plugin} onTransform={handleTransform} />
) : (
</Content>
) : (
<Content>
<Listing list={pluginsDir} onClick={loadPlugin} />
)}
</Content>
</Content>
)}
</Fragment>
);
}
Expand Down
48 changes: 0 additions & 48 deletions src/components/Transformation/Header.js

This file was deleted.

30 changes: 0 additions & 30 deletions src/components/Transformation/index.js

This file was deleted.

0 comments on commit c8e3658

Please sign in to comment.