CategoriesList: apply draggable effects
This commit is contained in:
@@ -56,7 +56,7 @@ function MenuPage() {
|
||||
orderType={orderType || ""}
|
||||
/>
|
||||
|
||||
{!isLoading ? (
|
||||
{isLoading ? (
|
||||
<MenuSkeleton categoryCount={10} itemCount={30} variant="default" />
|
||||
) : (
|
||||
<div className={styles.menuContainer}>
|
||||
|
||||
Reference in New Issue
Block a user