Skip to content

Commit

Permalink
Fix FF in LLM
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger committed Feb 24, 2025
1 parent 32e629d commit f275a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { nftCollectionsStatusByNetworkSelector } from "~/reducers/settings";
import { updateNftStatus } from "~/actions/settings";

export function useHideSpamCollection() {
const spamFilteringTxFeature = useFeature("lldSpamFilteringTx");
const spamFilteringTxFeature = useFeature("llmSpamFilteringTx");
const nftsFromSimplehashFeature = useFeature("nftsFromSimplehash");

const nftCollectionsStatusByNetwork = useSelector(nftCollectionsStatusByNetworkSelector);
Expand Down

0 comments on commit f275a4d

Please sign in to comment.