fix(logs): remove action hint text

This commit is contained in:
Supra4E8C
2025-12-27 23:59:57 +08:00
parent 69a8e1657e
commit 2367f122a8
3 changed files with 0 additions and 8 deletions

View File

@@ -851,10 +851,6 @@ export function LogsPage() {
</div>
</div>
<div className="hint">
{requestLogEnabled ? t('logs.action_hint') : t('logs.action_hint_disabled')}
</div>
{loading ? (
<div className="hint">{t('logs.loading')}</div>
) : logState.buffer.length > 0 && parsedVisibleLines.length > 0 ? (