File tree 1 file changed +1
-6
lines changed
frontend/src/components/layout
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ import { AlertTriangle } from "lucide-react";
5
5
6
6
import Dialog from "@/components/dashboard/Dialog" ;
7
7
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" ;
10
9
import { AppData , useAppContext } from "@/contexts/AppContext" ;
11
10
import {
12
11
NORMALIZED_USDC_COINTYPE ,
@@ -113,11 +112,7 @@ export default function LoopingDialog() {
113
112
Eliminate looping to maximize rewards.
114
113
</ TLabelSans >
115
114
116
- < Separator />
117
-
118
115
< div className = "flex flex-col gap-2" >
119
- < TBodySans > Looped positions</ TBodySans >
120
-
121
116
{ loopedAssetCoinTypes . map ( ( coinTypes ) => {
122
117
const coinsMetadata = coinTypes . map (
123
118
( coinType ) => data . coinMetadataMap [ coinType ] ,
You can’t perform that action at this time.
0 commit comments