mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 17:41:56 +08:00
chore: auto-fix linting and formatting issues
This commit is contained in:
parent
aaa4b1a4c5
commit
6b3161dde5
@ -242,7 +242,8 @@ export default function ServerDetailOverview({ server_id }: { server_id: string
|
|||||||
<section className="flex items-start flex-wrap gap-2">
|
<section className="flex items-start flex-wrap gap-2">
|
||||||
{server?.state.temperatures.map((item, index) => (
|
{server?.state.temperatures.map((item, index) => (
|
||||||
<div className="text-xs flex items-center" key={index}>
|
<div className="text-xs flex items-center" key={index}>
|
||||||
<p className="font-semibold">{item.Name}</p>: {item.Temperature.toFixed(2)} °C
|
<p className="font-semibold">{item.Name}</p>: {item.Temperature.toFixed(2)}{" "}
|
||||||
|
°C
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user