fix: fixed dynamic learner profile issue (#493)

* fix: fixed dynamic URL issue

* refactor: removed unused selectors

---------

Co-authored-by: sundasnoreen12 <sundasnoreen12@ggmail.com>
This commit is contained in:
sundasnoreen12
2023-04-05 04:21:25 -07:00
committed by GitHub
parent 5cc5156b2b
commit c1478dbb41
6 changed files with 1 additions and 25 deletions

View File

@@ -44,7 +44,3 @@ export const selectThreadSorting = () => state => state.threads.sortedBy;
export const selectThreadFilters = () => state => state.threads.filters;
export const selectThreadNextPage = () => state => state.threads.nextPage;
export const selectAuthorAvatars = author => state => (
state.threads.avatars?.[author]?.profile.image
);