Skip to content

Commit

Permalink
cleanup unused vars in ClaimCustomization
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat committed Jan 17, 2025
1 parent 35c97d2 commit a3256eb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export function ClaimCustomization() {
const [isInitialState, setIsInitialState] = useState(true);

const chainsLabel = useBackendNetworksStore.getState().getChainsLabel();
const chainsName = useBackendNetworksStore.getState().getChainsName();
const backendNetworks = useBackendNetworksStore(state => state.backendNetworksSharedValue);

const { data: usdcSearchData } = useTokenSearch(
{
Expand Down

0 comments on commit a3256eb

Please sign in to comment.