Исправлена опечатка в заголовке карточки технического объекта
This commit is contained in:
parent
a9ffc6cc09
commit
fcdd04cd27
@ -14,6 +14,7 @@ import { Box, Card, CardContent, Typography, CardActions, Button } from "@mui/ma
|
|||||||
//Тело модуля
|
//Тело модуля
|
||||||
//-----------
|
//-----------
|
||||||
|
|
||||||
|
//Карточка технического объекта
|
||||||
const TechObjCard = ({ cardData }) => {
|
const TechObjCard = ({ cardData }) => {
|
||||||
//Генерация содержимого
|
//Генерация содержимого
|
||||||
return (
|
return (
|
||||||
@ -21,7 +22,7 @@ const TechObjCard = ({ cardData }) => {
|
|||||||
<Card>
|
<Card>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography sx={{ fontSize: 14 }} color="text.secondary" gutterBottom>
|
<Typography sx={{ fontSize: 14 }} color="text.secondary" gutterBottom>
|
||||||
Технологический объект
|
Технический объект
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="h5" component="div">
|
<Typography variant="h5" component="div">
|
||||||
{cardData.SCODE}
|
{cardData.SCODE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user