Skip to content

Commit c3b5255

Browse files
committed
simplify layout
1 parent 557722a commit c3b5255

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

frontend/src/components/layout/LoopingDialog.tsx

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { AlertTriangle } from "lucide-react";
55

66
import Dialog from "@/components/dashboard/Dialog";
77
import TokenLogo from "@/components/shared/TokenLogo";
8-
import { TBodySans, TLabelSans } from "@/components/shared/Typography";
9-
import { Separator } from "@/components/ui/separator";
8+
import { TLabelSans } from "@/components/shared/Typography";
109
import { AppData, useAppContext } from "@/contexts/AppContext";
1110
import {
1211
NORMALIZED_USDC_COINTYPE,
@@ -113,11 +112,7 @@ export default function LoopingDialog() {
113112
Eliminate looping to maximize rewards.
114113
</TLabelSans>
115114

116-
<Separator />
117-
118115
<div className="flex flex-col gap-2">
119-
<TBodySans>Looped positions</TBodySans>
120-
121116
{loopedAssetCoinTypes.map((coinTypes) => {
122117
const coinsMetadata = coinTypes.map(
123118
(coinType) => data.coinMetadataMap[coinType],

0 commit comments

Comments
 (0)