Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: remove unused dataTest
Browse files Browse the repository at this point in the history
aziolek committed Mar 8, 2024
1 parent 53b91ec commit 14560ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/ProposalsView/ProposalsView.tsx
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ const ProposalsView = (): ReactElement => {
initialLoad
loader={
<div key={-1} className={styles.loaderWrapper}>
<Loader dataTest="ProposalsViem__Loader--archive" />
<Loader />
</div>
}
loadMore={onLoadNextEpochArchive}

0 comments on commit 14560ee

Please sign in to comment.