social-platform-donut-frontend
social-platform-donut-frontend copied to clipboard
improved user activity UI
Fixes #617
Screenshots

Hi @codetheorem, I believe this PR doesn't completely solve the issue you mentioned.
Why don't you replace total={500} with total={users.length} in Users.js?
It'll solve our pagination issue.