mirror of
https://github.com/ershisan99/www.git
synced 2026-01-24 21:02:08 +00:00
fix caching
This commit is contained in:
@@ -25,7 +25,6 @@ import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs'
|
||||
import { cn } from '@/lib/utils'
|
||||
import { RANKED_CHANNEL, VANILLA_CHANNEL } from '@/shared/constants'
|
||||
import { api } from '@/trpc/react'
|
||||
import { isNotNull } from 'drizzle-orm'
|
||||
import {
|
||||
ArrowDownCircle,
|
||||
ArrowUpCircle,
|
||||
@@ -84,8 +83,6 @@ export function UserInfo() {
|
||||
user_id: id,
|
||||
})
|
||||
|
||||
console.log(rankedLeaderboard, vanillaLeaderboard)
|
||||
|
||||
// Filter games by leaderboard if needed
|
||||
const filteredGamesByLeaderboard =
|
||||
leaderboardFilter === 'all'
|
||||
|
||||
Reference in New Issue
Block a user