thisisdajaaa / codev-feedback-system

Codev's internal feedback system created using React.js, Typescript, TailwindCSS, Next.js, Storybook, MongoDB, Redux, Express.js
https://codev-feedback-system.vercel.app
2 stars 0 forks source link

Bug - Pagination in Home page does not display the proper count #154

Closed marycastino closed 1 year ago

marycastino commented 1 year ago

Steps to Reproduce

  1. Login as a surveyor.
  2. Go to Home page.
  3. Check the survey table.

Expected Result Pagination displays the proper count Example: (Page 1) Showing 1 to 6 of 43 results (Page 2) Showing 7 to 12 of 43 results (Page 3) Showing 13 to 18 of 43 results . . . (Page 8) Showing 43 to 43 of 43 results

Actual Result (All Pages) Showing 6 to 6 of 43 results Image

Acceptance Criteria

  1. Proper count is displayed in the pagination label according to info displayed in the table