Skip to content

Commit

Permalink
Remove all normalized
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant Pai authored and Nishant Pai committed May 3, 2023
1 parent 7a1cf1e commit 783227c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const Tools = (props) => {
<span className="text-xs">&nbsp;&nbsp;Rarity (normalized)</span>
</a>
)} */}
{!(sort_by == "rarity_score" && order == "asc") && (
{/* {!(sort_by == "rarity_score" && order == "asc") && (
<a
className="hover:bg-gray-300 hover:text-gray-900 cursor-pointer text-gray-700 py-2 px-2 rounded-md w-full flex items-center"
onClick={() => {
Expand All @@ -134,7 +134,7 @@ export const Tools = (props) => {
</span>
<span className="text-xs">&nbsp;&nbsp;Rarity (normalized)</span>
</a>
)}
)} */}

{!(sort_by == "id" && order == "desc") && (
<a
Expand Down

0 comments on commit 783227c

Please sign in to comment.