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:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user