From ceaa1c73324534c8a448ed0169b839ea1c629864 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 25 Nov 2020 14:19:42 -0600 Subject: [PATCH] Adding local rss feed. --- src/shared/components/main.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/shared/components/main.tsx b/src/shared/components/main.tsx index 5f54efa..dbc5979 100644 --- a/src/shared/components/main.tsx +++ b/src/shared/components/main.tsx @@ -561,6 +561,18 @@ export class Main extends Component { )} + {this.state.listingType == ListingType.Local && ( + + + # + + + )} {UserService.Instance.user && this.state.listingType == ListingType.Subscribed && (