Skip to content

Commit

Permalink
Fixed total count naming on Jackpot plays page
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriari committed Jun 14, 2024
1 parent 88cf89b commit ec07b77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/app/scenes/round/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const JackpotRoundTable = ({ id }: { id: string }) => {
handleReset={resetLimit}
/>
)}
itemsLabel={'round'}
/>
);
};
Expand Down

0 comments on commit ec07b77

Please sign in to comment.