Skip to content

Commit

Permalink
log values
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Sep 6, 2024
1 parent 0e8039d commit 73034ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Home = () => {
const abTestShowMyProducts = NewfoldRuntime.hasCapability(
'abTestShowMyProducts'
);

console.log('abTestShowMyProducts', abTestShowMyProducts);
return (
<Page className="wppbh-home">
<WelcomeSection />
Expand Down
1 change: 1 addition & 0 deletions src/app/pages/home/myProductsSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const moduleMethods = {
};

const MyProductsSection = () => {
console.log('isJarvis', isJarvis());
return (
<NewfoldMyProducts
methods={ moduleMethods }
Expand Down

0 comments on commit 73034ea

Please sign in to comment.