Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Sep 6, 2024
1 parent 479de83 commit f43621d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/renewableParas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { parseHNString } from '@/utils/functions';
import { useCoretimeApi } from '@/contexts/apis';
import { ApiState } from '@/contexts/apis/types';
import { useNetwork } from '@/contexts/network';
import { ContextStatus, NetworkType } from '@/models';
import { ContextStatus } from '@/models';

export type RenewableParachain = {
core: number;
Expand Down

0 comments on commit f43621d

Please sign in to comment.