Skip to content

Commit

Permalink
removes my active product section from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
girish-lokapure committed Oct 7, 2024
1 parent 3c5d839 commit 961151d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
7 changes: 0 additions & 7 deletions src/app/pages/home/index.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
import { Container, Page } from '@newfold/ui-component-library';
import { NewfoldRuntime } from '@newfold-labs/wp-module-runtime';
import WebinarsBanner from 'App/components/webinars-banner';
import AccountCard from './accountCard';
import HelpCard from './helpCard';
import WelcomeSection from './welcomeSection';
import MyProductSection from './myProductsSection';

const Home = () => {
const abTestShowMyProducts = NewfoldRuntime.hasCapability(
'abTestShowMyProducts'
);

return (
<Page className="wppbh-home">
<WelcomeSection />
Expand All @@ -23,7 +17,6 @@ const Home = () => {
</div>
</Container.Block>
</Container>
{ abTestShowMyProducts && <MyProductSection /> }
</Page>
);
};
Expand Down
54 changes: 0 additions & 54 deletions src/app/pages/home/myProductsSection.js

This file was deleted.

0 comments on commit 961151d

Please sign in to comment.