Skip to content

Commit

Permalink
ci(tangle-dapp): Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
yurixander committed Oct 16, 2024
1 parent 5169162 commit 23076c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/tangle-dapp/containers/LsCreatePoolModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import useSubstrateAddress from '../hooks/useSubstrateAddress';
import { TxStatus } from '../hooks/useSubstrateTx';
import assertSubstrateAddress from '../utils/assertSubstrateAddress';
import getLsNetwork from '../utils/liquidStaking/getLsNetwork';
import getLsProtocolDef from '../utils/liquidStaking/getLsProtocolDef';
import { ERROR_NOT_ENOUGH_BALANCE } from './ManageProfileModalContainer/Independent/IndependentAllocationInput';

export type LsCreatePoolModalProps = {
Expand All @@ -47,8 +46,6 @@ const LsCreatePoolModal: FC<LsCreatePoolModalProps> = ({
const [protocolId, setProtocolId] = useState<LsProtocolId | null>(null);
const { lsNetworkId } = useLsStore();

const lsProtocol = protocolId === null ? null : getLsProtocolDef(protocolId);

const lsNetwork = getLsNetwork(lsNetworkId);

// TODO: Also add Restaking Parachain when its non-testnet version is available.
Expand Down

0 comments on commit 23076c9

Please sign in to comment.