Skip to content

Commit

Permalink
recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ashik-75 committed Sep 20, 2023
1 parent a1020c6 commit a0a2bda
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions ui/src/pages/Newsfeed/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,6 @@ const TAB_ITEMS: TabsProps["items"] = [
label: SITE_OPTIONS["news"].label,
show: true,
},
{
key: SITE_OPTIONS["frontend-focus"].value,
label: SITE_OPTIONS["frontend-focus"].label,
show: true,
},
{
key: SITE_OPTIONS["status-code"].value,
label: SITE_OPTIONS["status-code"].label,
show: true,
},
{
key: SITE_OPTIONS["news"].value,
label: SITE_OPTIONS["news"].label,
show: true,
},
{
key: SITE_OPTIONS["frontend-focus"].value,
label: SITE_OPTIONS["frontend-focus"].label,
show: true,
},
{
key: SITE_OPTIONS["status-code"].value,
label: SITE_OPTIONS["status-code"].label,
show: true,
},
{
key: SITE_OPTIONS["news"].value,
label: SITE_OPTIONS["news"].label,
show: true,
},
].filter((item) => item.show);
const ROOT_URL = import.meta.env.DEV
? "http://localhost:5000/rss?url="
Expand Down

0 comments on commit a0a2bda

Please sign in to comment.