Skip to content

Conversation

hentrymartin
Copy link
Collaborator

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-1614

What's in this PR?

  • add white space below copilot request table

@@ -153,7 +153,9 @@ const CopilotRequestsPage: FC = () => {
isValidating: requestsLoading,
hasMoreCopilotRequests,
setSize,
size }: CopilotRequestsResponse = useCopilotRequests(sort)
size,
page

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The page variable is added to the destructuring assignment but is not used anywhere in the code. Consider removing it if it's not needed, or ensure it is utilized appropriately.

@hentrymartin hentrymartin merged commit 685ed1b into dev Aug 21, 2025
3 checks passed
@hentrymartin hentrymartin deleted the pm-1614 branch August 21, 2025 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant