sync name with back end

This commit is contained in:
2023-12-24 11:30:27 +03:30
parent 7639898c3a
commit 3077ed1d63
6 changed files with 46 additions and 47 deletions

View File

@@ -1,7 +1,6 @@
import {Box, Typography} from "@mui/material";
const NumberShowBox = ({showNumber, headerTitle, unitTitle}) => {
console.log({showNumber})
return (
<>
<Box sx={{border: '1px solid #ccc', p: 2, mb: 2, borderRadius: '8px'}}>