Skip to content

Commit

Permalink
Auto sort volume
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenlejoe committed Jan 11, 2024
1 parent 146008c commit b41935d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const XYKTokenListView: React.FC<XYKTokenListViewProps> = ({

const [sorting, setSorting] = useState<SortingState>([
{
id: "quote_rate",
id: "total_volume_24h_quote",
desc: true,
},
]);
Expand Down

0 comments on commit b41935d

Please sign in to comment.