style(charge-points): comment out connection info display for clarity
This commit is contained in:
@@ -426,7 +426,7 @@ export default function ChargePointDetailPage({ params }: { params: Promise<{ id
|
|||||||
{conn.errorCode && conn.errorCode !== "NoError" && (
|
{conn.errorCode && conn.errorCode !== "NoError" && (
|
||||||
<p className="text-xs text-danger">错误: {conn.errorCode}</p>
|
<p className="text-xs text-danger">错误: {conn.errorCode}</p>
|
||||||
)}
|
)}
|
||||||
{conn.info && <p className="text-xs text-muted">{conn.info}</p>}
|
{/* {conn.info && <p className="text-xs text-muted">{conn.info}</p>} */}
|
||||||
<p className="text-xs text-muted">
|
<p className="text-xs text-muted">
|
||||||
更新于{" "}
|
更新于{" "}
|
||||||
{dayjs(conn.lastStatusAt).format("MM/DD HH:mm")}
|
{dayjs(conn.lastStatusAt).format("MM/DD HH:mm")}
|
||||||
|
|||||||
Reference in New Issue
Block a user