Browse Source

fix: hide twitter feed

pull/9885/head
DarkPhoenix2704 4 days ago
parent
commit
3510741c15
  1. 4
      packages/nc-gui/components/feed/View.vue

4
packages/nc-gui/components/feed/View.vue

@ -44,12 +44,12 @@ const tabs: Array<{
title: 'Youtube',
container: FeedYoutube,
},
{
/* {
key: 'twitter',
icon: 'ncTwitter',
title: 'Twitter',
container: FeedTwitter,
},
}, */
]
const router = useRouter()

Loading…
Cancel
Save