diff --git a/src/screens/Home/Home.js b/src/screens/Home/Home.js
index 1d9c978..c03c6b4 100644
--- a/src/screens/Home/Home.js
+++ b/src/screens/Home/Home.js
@@ -395,7 +395,8 @@ const Home = ({ navigation, route }) => {
const handleStartVisit = useCallback(() => {
setVideoUrl(isWeb ? videos?.landingWeb : videos?.landing);
}, []);
-
+ console.log("is web ? : ", isWeb);
+ console.log("landing video url is : ", videoUrl);
const handleReturnToLanding = useCallback(() => {
navigate(Routes.LandingPage);
}, []);
diff --git a/src/screens/Profile/components/ClubAdvantagesCard.js b/src/screens/Profile/components/ClubAdvantagesCard.js
index f2d46a1..5832828 100644
--- a/src/screens/Profile/components/ClubAdvantagesCard.js
+++ b/src/screens/Profile/components/ClubAdvantagesCard.js
@@ -62,7 +62,7 @@ const ClubAdvantagesCard = ({ style, isDev = false }) => {
style,
]}
>
- {isDev ? (
+ {/* {isDev ? (
Test layout web
@@ -77,7 +77,7 @@ const ClubAdvantagesCard = ({ style, isDev = false }) => {
/>
- ) : null}
+ ) : null} */}
@@ -147,6 +147,8 @@ const ClubAdvantagesCard = ({ style, isDev = false }) => {
style={[
styles.advantageContent,
useWebLayout && styles.advantageContentWeb,
+ hasActiveSubscription &&
+ !useWebLayout && { paddingRight: 10 },
]}
>