summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Pagination
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/components/elements/Pagination')
-rw-r--r--src/core/components/elements/Pagination/Pagination.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/components/elements/Pagination/Pagination.js b/src/core/components/elements/Pagination/Pagination.js
index 18964fc4..c009171f 100644
--- a/src/core/components/elements/Pagination/Pagination.js
+++ b/src/core/components/elements/Pagination/Pagination.js
@@ -26,10 +26,7 @@ const Pagination = ({ pageCount, currentPage, url, className }) => {
</Link>
)
let DotsComponent = (
- <div
- key={i}
- className='pagination-dots'
- >
+ <div key={i} className='pagination-dots'>
...
</div>
)