sync name with back end
This commit is contained in:
@@ -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'}}>
|
||||
|
||||
Reference in New Issue
Block a user