From 6903112af5fc5bde40ad5dc5c3293cc7cd1bc5ec Mon Sep 17 00:00:00 2001 From: NB <47492535+altmshfkgudtjr@users.noreply.github.com> Date: Fri, 16 Apr 2021 22:49:28 +0900 Subject: [PATCH] Update Note.tsx --- src/containers/menu/Note.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/containers/menu/Note.tsx b/src/containers/menu/Note.tsx index cde47cb..6d450bf 100644 --- a/src/containers/menu/Note.tsx +++ b/src/containers/menu/Note.tsx @@ -56,8 +56,6 @@ const Note = ({ ); } -type Sorted = "LOOK" | "CART" - interface Props { control: MenuControl; onToggle: () => void;