WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
385 stars 600 forks source link

Refactored revision_list.jsx from class to functional component #5782

Closed omChauhanDev closed 2 months ago

omChauhanDev commented 2 months ago

What this PR does

This PR converted the revision_list.jsx from class to functional component.

Screenshots

Before:

Before

After:

After

omChauhanDev commented 2 months ago

The failing test is passing locally.