Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Nov 3, 2016
1 parent 55df0e3 commit ffcaafa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/rsg-components/Section/SectionRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SectionRenderer = ({ name, content, components }) => {
{components}
</div>
</div>
);
);
};

SectionRenderer.propTypes = {
Expand Down
2 changes: 1 addition & 1 deletion src/rsg-components/Sections/SectionsRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const SectionsRenderer = ({ sections }) => {
<div>
{sections}
</div>
);
);
};

SectionsRenderer.propTypes = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const TableOfContentsRenderer = ({ items, searchTerm, onSearchTermChange }) => {
{items}
</div>
</div>
);
);
};

TableOfContentsRenderer.propTypes = {
Expand Down

0 comments on commit ffcaafa

Please sign in to comment.