forked from ddrilling/asb_cloud_front
f0e16032e0
Refactor TelemetryView Replace antd.Grid to own html5Grid. Fix RigMnemo bit animation.
9 lines
283 B
JavaScript
9 lines
283 B
JavaScript
import { Display } from '../../components/Display'
|
|
|
|
export const UserOfWell = ({ data }) => {
|
|
const dataLast = data[data.length - 1]
|
|
|
|
return <Display className='border_small display_flex_container user_card'
|
|
label='Пользователь'
|
|
value={dataLast?.user}/>
|
|
} |