remove updatedAt from UI

This commit is contained in:
legop3
2026-01-29 13:25:58 -05:00
parent 7216d9ba51
commit a4d6f55576
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 />