fix(monitor): remove redundant "updated at" label from MonitorHero

This commit is contained in:
erio
2026-04-24 00:08:57 +08:00
parent f7c8377abf
commit 6699d33760

View File

@@ -51,10 +51,6 @@
@update:enabled="autoRefresh.setEnabled" @update:enabled="autoRefresh.setEnabled"
@update:interval="autoRefresh.setInterval" @update:interval="autoRefresh.setInterval"
/> />
<div class="text-xs text-gray-500 dark:text-gray-400 tabular-nums">
{{ updatedLabel }}
</div>
</div> </div>
</section> </section>
</template> </template>