Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Nov 7, 2024
1 parent ac7c518 commit d1139d9
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 @@ -38,7 +38,7 @@ export default function PositionDetails() {
<Flex w="100%" flexDirection="column" gap={5}>
<VStack alignItems="start" spacing={0}>
<TextMd fontWeight="bold">
Acre balance
Your deposit
{/* TODO: Uncomment when position will be implemented */}
{/* {positionPercentage && (
<Tag
Expand Down

0 comments on commit d1139d9

Please sign in to comment.