Skip to content

Commit

Permalink
One more prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
alanchangxyz committed Jan 26, 2024
1 parent 4c813fc commit feca5aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function ParticipantsTable({
stickyColumns={{ first: 1, last: 0 }}
trackBy="_id"
empty={emptyMessage}
filter={(
filter={
<>
<TextFilter
{...filterProps}
Expand Down Expand Up @@ -225,7 +225,7 @@ function ParticipantsTable({
/>
</FormField>
</>
)}
}
pagination={
<Pagination
{...paginationProps}
Expand Down

0 comments on commit feca5aa

Please sign in to comment.