Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn committed Oct 3, 2024
1 parent 6f7b9c2 commit 2d0a8d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/dialogs/TradeDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { TradeForm } from '@/views/forms/TradeForm';

import { TradeSideTabs } from '../TradeSideTabs';
import { MarginAndLeverageButtons } from '../forms/TradeForm/MarginAndLeverageButtons';
import { TargetLeverageButton } from '../forms/TradeForm/TargetLeverageButton';

export const TradeDialog = ({ isOpen, setIsOpen, slotTrigger }: DialogProps<TradeDialogProps>) => {
const { isMobile } = useBreakpoints();
Expand Down

0 comments on commit 2d0a8d7

Please sign in to comment.