forked from Archives/Athou_commafeed
add details page for "All" to be be able to get the generated feed url
This commit is contained in:
@@ -29,7 +29,6 @@ export function Tree() {
|
||||
}
|
||||
const categoryClicked = (e: React.MouseEvent, id: string) => {
|
||||
if (e.detail === 2) {
|
||||
if (id === Constants.categoryIds.all) return
|
||||
dispatch(redirectToCategoryDetails(id))
|
||||
} else {
|
||||
dispatch(redirectToCategory(id))
|
||||
|
||||
Reference in New Issue
Block a user