fix up convo title links #19646
lint.yml
on: pull_request
Lint frontend
34s
Lint python
40s
Check version consistency
7s
Annotations
6 errors and 3 warnings
|
Lint frontend:
frontend/src/components/features/conversation-panel/conversation-card.tsx#L121
Replace `·title·` with `title`
|
Lint frontend:
frontend/src/components/features/conversation-panel/conversation-panel.tsx#L2
'NavLink' is defined but never used
|
Lint frontend:
frontend/src/components/features/conversation-panel/conversation-panel.tsx#L90
Replace `⏎··········key={conversation.conversation_id}⏎··········onClick={onClose}⏎········` with `·key={conversation.conversation_id}·onClick={onClose}`
|
Lint frontend:
frontend/src/components/features/conversation-panel/conversation-panel.tsx#L98
Replace `conversation.conversation_id,·conversation.title,·title` with `⏎················conversation.conversation_id,⏎················conversation.title,⏎················title,⏎··············`
|
Lint frontend
Process completed with exit code 1.
|
Check version consistency
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint frontend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint python
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|