perf: ui show;fix: avatar

This commit is contained in:
archer
2023-05-08 18:44:10 +08:00
parent f20a5fe9a6
commit 18e0212d27
5 changed files with 26 additions and 27 deletions

View File

@@ -29,7 +29,6 @@ const ModelList = ({ models, modelId }: { models: ModelListItemType[]; modelId:
}
: {})}
onClick={() => {
if (item._id === modelId) return;
router.replace(`/chat?modelId=${item._id}`);
}}
>