feature/stubsArm #40

Merged
primakov merged 5 commits from feature/stubsArm into main 2024-11-24 19:57:52 +03:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 3b4f5a8486 - Show all commits

View File

@ -1,6 +1,7 @@
import React from 'react';
import { Badge, Link, Stack, Td, Tr } from '@chakra-ui/react';
import MasterActionsMenu from '../MasterActionsMenu';
import { getTimeSlot } from '../../lib/date-helpers';
const MasterItem = ({ name, schedule, phone }) => {

View File

@ -2,6 +2,7 @@ import React, { useState } from 'react';
import { Td, Tr, Link, Select } from '@chakra-ui/react';
import { useTranslation } from 'react-i18next';
import dayjs from 'dayjs';
import { getTimeSlot } from '../../lib/date-helpers';
const statuses = [