Skip to content

Commit

Permalink
cancel order: fix query for cancel order req body
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Feb 8, 2025
1 parent 451fd1e commit 9f555d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { toast } from "sonner"
import { Button } from "@/components/ui/button"
import { MaintenanceButtonWrapper } from "@/components/ui/maintenance-button-wrapper"

import { usePrepareCancelOrder } from "@/hooks/usePrepareCancelOrder"
import { usePrepareCancelOrder } from "@/hooks/use-prepare-cancel-order"

Check failure on line 8 in app/trade/[base]/components/order-details/cancel-button.tsx

View workflow job for this annotation

GitHub Actions / Lint, Format, and Type Check

Cannot find module '@/hooks/use-prepare-cancel-order' or its corresponding type declarations.
import { constructStartToastMessage } from "@/lib/constants/task"
import { cn } from "@/lib/utils"

Expand Down
36 changes: 0 additions & 36 deletions hooks/usePrepareCancelOrder.ts

This file was deleted.

0 comments on commit 9f555d8

Please sign in to comment.