Make icons stable

This commit is contained in:
Tat Dat Duong
2025-03-04 14:37:39 +01:00
parent c9427dfcdc
commit 40ad30ce2f
4 changed files with 22 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ function Title({ className }: { className?: string }) {
}
function NewThread() {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [_, setThreadId] = useQueryParam("threadId", StringParam);
return (