From f27b463b99862f3799f7eb171435e1db87dfc2de Mon Sep 17 00:00:00 2001 From: royallsilwallz Date: Tue, 31 Oct 2023 09:50:29 +0545 Subject: [PATCH] Fix My Tasks list view not showing pagination issue --- frontend/src/views/contributions.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/contributions.js b/frontend/src/views/contributions.js index a6e79dda22..fd1b4eaffc 100644 --- a/frontend/src/views/contributions.js +++ b/frontend/src/views/contributions.js @@ -46,7 +46,12 @@ export const ContributionsPage = () => {
- +
); };