fix incorrect sort type
This commit is contained in:
parent
7763757c8e
commit
01714ed492
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ function Ranking() {
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className="pointer-events-auto flex cursor-pointer flex-row items-center justify-end"
|
className="pointer-events-auto flex cursor-pointer flex-row items-center justify-end"
|
||||||
onClick={() => setSortMethod("dailyChange")}
|
onClick={() => setSortMethod("dailyChangePercent")}
|
||||||
>
|
>
|
||||||
<h1 className="overflow-hidden overflow-ellipsis whitespace-nowrap text-left">
|
<h1 className="overflow-hidden overflow-ellipsis whitespace-nowrap text-left">
|
||||||
Daily
|
Daily
|
||||||
|
|
Loading…
Reference in a new issue