Skip to content

Commit

Permalink
feat: wp
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Oct 30, 2024
1 parent d29e165 commit 37c4d00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/signers/skeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ export const SignersTableSkeleton = () => {
))}
votingPowerSortOrder={VotingPowerSortOrder.Asc}
setVotingPowerSortOrder={() => {}}
cycleFilterOnSubmitHandler={() => {}}

Check warning on line 71 in src/app/signers/skeleton.tsx

View check run for this annotation

Codecov / codecov/patch

src/app/signers/skeleton.tsx#L71

Added line #L71 was not covered by tests
selectedCycle={''}
currentCycleId={''}
/>
);
};
Expand Down

0 comments on commit 37c4d00

Please sign in to comment.