Skip to content

Commit

Permalink
Merge pull request #370 from newfold-labs/feature/remove-abTestSoluti…
Browse files Browse the repository at this point in the history
…onsLaunched-experiment

remove abTestSolutionsLaunched experiment flag
  • Loading branch information
circlecube authored Oct 30, 2024
2 parents 3ed0abe + 1697754 commit 62a76eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/WPSolutionsBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ export function WPSolutionsBanner() {
);
let currentSolution = [];
const hasSolution = NewfoldRuntime.hasCapability( 'hasSolution' );
const canSolution = NewfoldRuntime.hasCapability(
'abTestSolutionsLaunched'
);

const premiumPluginStatus = useSWR(
'nfd_slug_wonder_cart',
Expand Down Expand Up @@ -73,9 +70,6 @@ export function WPSolutionsBanner() {
);
}, [] );

if ( ! canSolution ) {
return;
}
if ( error ) {
return (
<div className="nfd-flex nfd-p-6 nfd-bg-white nfd-w-full nfd-rounded-lg nfd-text-red-700">
Expand Down

0 comments on commit 62a76eb

Please sign in to comment.