fix: console error in power page (#2405)
This commit is contained in:
parent
5b237caf80
commit
c05b5865d1
|
|
@ -16,7 +16,7 @@ export const ClaimDailyReward = () => {
|
|||
|
||||
return (
|
||||
<Tooltip>
|
||||
<TooltipTrigger>
|
||||
<TooltipTrigger asChild>
|
||||
<Button
|
||||
variant="primary"
|
||||
isLoading={mutation.isPending}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
</>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue