Skip to content

Commit

Permalink
Merge branch 'main' into posthog
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski authored Nov 29, 2024
2 parents 356e990 + 7d78428 commit a767c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/pages/DashboardPage/PositionDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function PositionDetails() {
<VStack alignItems="start" spacing={0}>
{/* TODO: Component should be moved to `CardHeader` */}
<TextMd>
Your balance
Your Acre balance
{/* TODO: Uncomment when position will be implemented */}
{/* {positionPercentage && (
<Tag
Expand Down

0 comments on commit a767c1f

Please sign in to comment.