fix: console error in power page (#2405)

This commit is contained in:
Konv Suu 2025-01-02 14:29:55 +08:00 committed by GitHub
parent 5b237caf80
commit c05b5865d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@ export const ClaimDailyReward = () => {
return (
<Tooltip>
<TooltipTrigger>
<TooltipTrigger asChild>
<Button
variant="primary"
isLoading={mutation.isPending}

View File

@ -61,7 +61,9 @@ export const PowerRanking: Component = ({ className }) => {
<TableCell>...</TableCell>
</TableRow>
<TableRow>
<div className="h-px w-full" />
<TableCell className="p-0">
<div className="h-px w-full" />
</TableCell>
</TableRow>
</>
)}