mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
remove updatedAt from UI
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||
<title>Multi Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-BeAEzK0v.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DYhouiff.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-G3PbGrn6.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -72,11 +72,11 @@ export default function ModeGateOverlay() {
|
||||
{reason ? reason : 'No reason set.'}
|
||||
</p>
|
||||
<p className="text-center text-sm text-slate-300">Server time: {serverTime}</p>
|
||||
{reasonUpdatedAt ? (
|
||||
{/* {reasonUpdatedAt ? (
|
||||
<p className="text-[0.7rem] text-slate-500">
|
||||
Updated {new Date(reasonUpdatedAt).toLocaleString()}
|
||||
</p>
|
||||
) : null}
|
||||
) : null} */}
|
||||
</div>
|
||||
<div className="surface-muted">
|
||||
<AuthPanel />
|
||||
|
||||
Reference in New Issue
Block a user