Skip to content

Commit

Permalink
Fix data map.
Browse files Browse the repository at this point in the history
  • Loading branch information
briancao committed Oct 13, 2023
1 parent 94a2722 commit 4906986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/settings/users/UserWebsites.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function UserWebsites({ userId }) {
<Page loading={isLoading} error={error}>
{hasData && (
<WebsitesTable
data={data}
data={data.data}
onFilterChange={handleFilterChange}
onPageChange={handlePageChange}
onPageSizeChange={handlePageSizeChange}
Expand Down

0 comments on commit 4906986

Please sign in to comment.