Skip to content

refactor to use function

Morgan Li requested to merge RefactorToFunction into main

refactor class to use function the reason is that we can not do conditional rendering using class and redux, so we switch to function and handle it with state

Merge request reports