Skip to content

Commit

Permalink
fix: [GSW-1979] Earn > Pool layout (buttons)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrg committed Nov 21, 2024
1 parent 94f8fac commit fd176dc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ const MyLiquidityHeader: React.FC<MyLiquidityHeaderProps> = ({
padding: "10px 16px",
fontType: "p1",
}}
className="full-width"
/>
)}
<Button
Expand All @@ -164,7 +163,7 @@ const MyLiquidityHeader: React.FC<MyLiquidityHeaderProps> = ({
padding: "10px 16px",
fontType: "p1",
}}
className={!showClosePositionButton ? "full-width" : ""}
className={!showClosePositionButton || !isShowRemovePositionButton ? "full-width" : ""}
/>
</div>
</HeaderWrapper>
Expand Down

0 comments on commit fd176dc

Please sign in to comment.