Skip to content

Commit

Permalink
Merge pull request #318 from LinkdropHQ/dev_country-restrictions
Browse files Browse the repository at this point in the history
Dev country restrictions
  • Loading branch information
spacehaz authored Jul 15, 2024
2 parents fd6cf78 + c1c24c2 commit cae1e72
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 393 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"immer": "^9.0.6",
"is-android": "^1.0.1",
"is-ios": "^2.1.0",
"linkdrop-sdk": "^2.1.3",
"linkdrop-sdk": "^2.1.4",
"linkdrop-ui": "^0.0.44",
"minimatch": "^3.0.5",
"node-forge": "^1.3.0",
Expand Down
2 changes: 0 additions & 2 deletions src/components/pages/claim-page/claiming-finished/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { connect } from 'react-redux'
import {
TitleComponent,
ButtonsContainer,
ScreenButton,
TokenImageLarge,
TokenImageContainer,
DoneIcon,
Expand Down Expand Up @@ -51,7 +50,6 @@ const mapStateToProps = ({

type ReduxType = ReturnType<typeof mapStateToProps>


const defineTitle = (type: TDropType | null, email?: string, claiming_finished_description?: string) => {
if (claiming_finished_description) { return claiming_finished_description }
if (email) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ export default function getLinkByCode(
dispatch(actionsDrop.setAvailableWallets(available_wallets || []))
dispatch(actionsDrop.setLinkKey(linkKey))

// if (available_wallets.length === 1 && available_wallets[0] === 'coinbase_wallet') {
// dispatch(actionsDrop.setAutoclaim(true))
// }


if (
claiming_finished_button_title &&
claiming_finished_button_url &&
Expand Down
Loading

0 comments on commit cae1e72

Please sign in to comment.