Skip to content

Commit

Permalink
fix: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
qwang1113 committed Oct 26, 2023
1 parent 72f6cd9 commit 5a28371
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/kit/src/views/NFTMarket/PNL/PNLDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,6 @@ const NPLDetail: FC<{ accountAddress: string; ens?: string }> = ({
[ListEmptyComponent, ListHeaderComponent, getAssets, listData],
);

console.log(listProps, allData, currentPage.current);

return (
<Box flex={1}>
{isVerticalLayout ? (
Expand Down

0 comments on commit 5a28371

Please sign in to comment.