DevCBeirut / devalopers

“Devalopers” is a business-oriented web application for all developer and technology workers used to find jobs and projects. This repository represents the Web part (Web-Interface) JavaScript
BSD 3-Clause Clear License
4 stars 4 forks source link

Anonymous>Talents>Total Number of talents per page #48

Open gardenia-homsi opened 3 years ago

gardenia-homsi commented 3 years ago

Describe the bug Description: When filter is used, it shows the number of talents found in filter. The problem is when the filter is removed. Instead of going back to 6 talents per page, it shows all talents in a single page.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://devalopers.herokuapp.com/
  2. In the landing page click on "talent" tab
  3. will be directed you to talent page > use filter
  4. The error occurs when clearing all the filters already used cause it shows all talents in a single page instead of 6 per page

Expected behavior Going back to 6 talents per page when clearing all the filters.