aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/layout')
-rw-r--r--src/components/organisms/layout/posts-list.tsx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/organisms/layout/posts-list.tsx b/src/components/organisms/layout/posts-list.tsx
index 24869fd..e3788c7 100644
--- a/src/components/organisms/layout/posts-list.tsx
+++ b/src/components/organisms/layout/posts-list.tsx
@@ -190,10 +190,12 @@ const PostsList: FC<PostsListProps> = ({
return (
<>
<ProgressBar
+ aria-label={progressInfo}
+ current={posts.length}
+ id="loaded-posts"
+ label={progressInfo}
min={1}
max={total}
- current={posts.length}
- info={progressInfo}
/>
{showLoadMoreBtn && (
<Button