File tree 1 file changed +1
-2
lines changed
apps/ledger-live-mobile/src/screens/Nft/NftGallery
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ type NavigationProps = BaseComposite<
33
33
34
34
const NftGallery = ( ) => {
35
35
const nftsFromSimplehashFeature = useFeature ( "nftsFromSimplehash" ) ;
36
- const llmSolanaNftsEnabled = useFeature ( "llmSolanaNfts" ) ?. enabled || false ;
37
36
const threshold = nftsFromSimplehashFeature ?. params ?. threshold ;
38
37
const nftsFromSimplehashEnabled = nftsFromSimplehashFeature ?. enabled ;
39
38
const navigation = useNavigation < NavigationProps [ "navigation" ] > ( ) ;
@@ -109,7 +108,7 @@ const NftGallery = () => {
109
108
) ;
110
109
111
110
const isNFTDisabled = useFeature ( "disableNftSend" ) ?. enabled && Platform . OS === "ios" ;
112
- const displaySendBtn = account . currency . id !== "solana" || llmSolanaNftsEnabled ;
111
+ const displaySendBtn = account . currency . id !== "solana" ;
113
112
114
113
return (
115
114
< SafeAreaView isFlex edges = { [ "bottom" ] } >
You can’t perform that action at this time.
0 commit comments