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, 4 insertions, 1 deletions
diff --git a/src/core/components/elements/Pagination/Pagination.js b/src/core/components/elements/Pagination/Pagination.js
index c009171f..18964fc4 100644
--- a/src/core/components/elements/Pagination/Pagination.js
+++ b/src/core/components/elements/Pagination/Pagination.js
@@ -26,7 +26,10 @@ const Pagination = ({ pageCount, currentPage, url, className }) => {
</Link>
)
let DotsComponent = (
- <div key={i} className='pagination-dots'>
+ <div
+ key={i}
+ className='pagination-dots'
+ >
...
</div>
)