chore: build

This commit is contained in:
2026-06-11 21:51:40 +02:00
parent 061fb152cb
commit 41c1d4c24a
5 changed files with 42 additions and 11 deletions
@@ -15,8 +15,8 @@ import { spacing, fontSize, borderRadius } from "../../theme";
import { useTheme } from "../../context/ThemeContext";
import { shadows } from "../../theme/shadows";
import { useAuth } from "../../auth/AuthContext";
import { getAllCommands } from "../../api/api_admin";
import {
getCabineCommands,
getAllDeliveryPersonsWithDetails,
getCabineTelegramStatus,
generateCabineLinkToken,
@@ -46,7 +46,7 @@ export default function DashboardScreen() {
const loadStats = useCallback(async () => {
try {
const [allCmd, livreursRes] = await Promise.all([
getAllCommands(),
getCabineCommands(),
getAllDeliveryPersonsWithDetails(),
]);
const cmds = allCmd.commands;