CategoriesList: apply draggable effects

This commit is contained in:
2025-10-11 20:51:21 +03:00
parent 563d44d0ca
commit 1cc254063d
3 changed files with 97 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ function MenuPage() {
orderType={orderType || ""}
/>
{!isLoading ? (
{isLoading ? (
<MenuSkeleton categoryCount={10} itemCount={30} variant="default" />
) : (
<div className={styles.menuContainer}>