feat: Add post actions dropdown menu
Adds a dropdown menu for comments and posts to perform actions like pinning, unpinning, reporting etc.
This commit is contained in:
@@ -48,5 +48,5 @@ export const selectThreadSorting = () => state => state.threads.sortedBy;
|
||||
export const selectThreadFilters = () => state => state.threads.filters;
|
||||
|
||||
export const selectAuthorAvatars = author => state => (
|
||||
state.threads.avatars?.[author].profile.image
|
||||
state.threads.avatars?.[author]?.profile.image
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user