Skip to content

Commit

Permalink
feat: change point tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
junjieit committed Oct 28, 2024
1 parent 2df09bd commit 0ad0f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dodoex-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodoex/widgets",
"version": "3.0.0-taiko.33",
"version": "3.0.0-taiko.34",
"description": "DODO Widgets",
"source": "src/index.tsx",
"types": "dist/types/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,15 @@ export default function LiquidityLpPartnerReward({
borderRadius: '50%',
}}
/>
{!hideName && !!item.partner.name && (
{!hideName && !!item.reward && (
<Box
sx={{
fontSize: '12px',
transform: 'scale(0.83)',
fontWeight: 600,
}}
>
{item.partner.name}
{item.reward}
</Box>
)}
</ButtonBase>
Expand Down

0 comments on commit 0ad0f46

Please sign in to comment.