@ludo.ninja/components 2.3.34 → 2.3.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -251,7 +251,7 @@ const OpportunityCard = ({ opportunity, toolsForRemove, }) => {
251
251
  }));
252
252
  const getMediaENVDomain = (0, env_1.useEnvStore)((state) => state.getMediaDomain);
253
253
  const isProd = (0, env_1.useEnvStore)((state) => state.isProd);
254
- const opportunityLink = opportunity.opportunityType === "TOKEN_AIRDROP"
254
+ const opportunityLink = opportunity.opportunityType === "TOKEN_AIRDROP" && !opportunity.subscribed
255
255
  ? // ? `${ludoDomains[NEXT_PUBLIC_ENV_VALUE as TEnvValue]["app"]}/brand/${opportunity.opportunityId}`
256
256
  `${ludoDomains_1.ludoDomains[NEXT_PUBLIC_ENV_VALUE]["welcome"]}/o/${opportunity.projectSlug === "tico" ? "funtico" : opportunity.slug}/my_wallets` || ""
257
257
  : opportunity.projectUrl || opportunity.shareLink || "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/components",
3
- "version": "2.3.34",
3
+ "version": "2.3.35",
4
4
  "private": false,
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",