diff --git a/README.md b/README.md
index 9cd5cd43d..05109740b 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@
- UX improvements around network dropdown
- remove all the *Buy*, *Swap* etc. buttons, replace remaining *Send* with text only
- remove all *contact support* banners
+- hide NFT tab completely, cause it's just badly designed
## Quick Start
diff --git a/ui/pages/home/home.component.js b/ui/pages/home/home.component.js
index 5f5f70a31..e174fe2ee 100644
--- a/ui/pages/home/home.component.js
+++ b/ui/pages/home/home.component.js
@@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
import { Redirect, Route } from 'react-router-dom';
import AssetList from '../../components/app/asset-list';
///: BEGIN:ONLY_INCLUDE_IN(build-main,build-beta,build-flask)
-import NftsTab from '../../components/app/nfts-tab';
import TermsOfUsePopup from '../../components/app/terms-of-use-popup';
///: END:ONLY_INCLUDE_IN
import HomeNotification from '../../components/app/home-notification';
@@ -673,19 +672,6 @@ export default class Home extends PureComponent {
/>
-
- {
- ///: BEGIN:ONLY_INCLUDE_IN(build-main,build-beta,build-flask)
-
- ///: END:ONLY_INCLUDE_IN
- }
-