Skip to content

Commit ffcaafa

Browse files
committed
Fix indentation.
1 parent 55df0e3 commit ffcaafa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/rsg-components/Section/SectionRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const SectionRenderer = ({ name, content, components }) => {
1818
{components}
1919
</div>
2020
</div>
21-
);
21+
);
2222
};
2323

2424
SectionRenderer.propTypes = {

src/rsg-components/Sections/SectionsRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const SectionsRenderer = ({ sections }) => {
55
<div>
66
{sections}
77
</div>
8-
);
8+
);
99
};
1010

1111
SectionsRenderer.propTypes = {

src/rsg-components/TableOfContents/TableOfContentsRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const TableOfContentsRenderer = ({ items, searchTerm, onSearchTermChange }) => {
1515
{items}
1616
</div>
1717
</div>
18-
);
18+
);
1919
};
2020

2121
TableOfContentsRenderer.propTypes = {

0 commit comments

Comments
 (0)