Skip to content

Commit

Permalink
remove duplicate accessor key in assets table
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Jul 18, 2024
1 parent f38d196 commit ded9f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/swap/explore/_AllAssetsTable/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type Asset = {

export const columns: ColumnDef<Asset>[] = [
{
accessorKey: "symbol",
accessorKey: "icon",
header: "Token",
cell: ({ row }) => {
return (
Expand Down

0 comments on commit ded9f2a

Please sign in to comment.