Skip to content

Commit

Permalink
Merge pull request #1062 from brave/master
Browse files Browse the repository at this point in the history
Production Release 2024-02-06
  • Loading branch information
tackley authored Feb 6, 2024
2 parents 478f110 + f1552f1 commit 4a512f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user/views/user/AdDetailTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export function AdDetailTable<T extends { id: string }>({
autoHeight
disableRowSelectionOnClick
hideFooterSelectedRowCount
getRowId={(row) => row.id}
sx={{ borderStyle: "none" }}
initialState={{
sorting: {
Expand Down

0 comments on commit 4a512f1

Please sign in to comment.