Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaCat committed Dec 7, 2023
1 parent 2e9294f commit 816239e
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ const BlockBox: FC<BlockBoxProps> = ({ i, item, state }) => {
);
};

type BlocksProps = ComponentDefault & {
address?: string;
};

const Blocks: FC<BlocksProps> = ({ className, address }) => {
const Blocks: FC<ComponentDefault> = ({ className }) => {
const { t } = useAppTranslation('validators');
const { state, loading } = useBlocks();
const { classes, cx } = useStyles();
Expand Down

0 comments on commit 816239e

Please sign in to comment.