summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/nav/pagination.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/nav/pagination.tsx')
-rw-r--r--src/components/molecules/nav/pagination.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/nav/pagination.tsx b/src/components/molecules/nav/pagination.tsx
index 934b50a..604720e 100644
--- a/src/components/molecules/nav/pagination.tsx
+++ b/src/components/molecules/nav/pagination.tsx
@@ -177,7 +177,7 @@ const Pagination: FC<PaginationProps> = ({
});
const body =
typeof page === 'string'
- ? '\u2026'
+ ? page // dots
: intl.formatMessage(
{
defaultMessage: '<a11y>Page </a11y>{number}',