Skip to content

Commit

Permalink
일단 올림
Browse files Browse the repository at this point in the history
  • Loading branch information
annkwon1123 committed Jun 3, 2024
1 parent 590a947 commit a078e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/mornitoring/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ return updatedLevels;
<div>
<p>현재 배터리 수준: {batteryLevel}%</p>
<p>현재 날짜와 시간: {currentDateTime}</p>
<h2>배터리 이력</h2>
<h2>센싱 중 ({num}/30)</h2>
<Divider sx={{ margin: 0 }} />
<TableContainer>
<Table sx={{ minWidth: 800 }} aria-label="table in dashboard">
Expand All @@ -352,10 +352,10 @@ return updatedLevels;
3
</TableCell>
<TableCell sx={{ fontSize: '1rem', color: 'black' }} align="center">
{level.temp}
26
</TableCell>
<TableCell sx={{ fontSize: '1rem', color: 'black' }} align="center">
{level.humi}%
68%
</TableCell>
<TableCell sx={{ fontSize: '1rem', color: 'black' }} align="center">
{level.level}%
Expand Down

0 comments on commit a078e5c

Please sign in to comment.