Skip to content

Commit

Permalink
Remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinika committed Oct 4, 2023
1 parent 24c70ed commit b8a0061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/molecules/MyDataTable/MyDataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ const MyDataTable: React.FC<TProps> = ({
clsx(
`my-data-table-row`,
record._self === currentResourceView?._self &&
'ant-table-row-selected'
'ant-table-row-selected'
)
}
scroll={{ x: 1300 }}
Expand Down

0 comments on commit b8a0061

Please sign in to comment.