style: format code with Prettier

This commit is contained in:
Jason
2026-01-05 21:53:01 +08:00
parent 5aa35906d8
commit efa653809b
8 changed files with 68 additions and 36 deletions
+3 -4
View File
@@ -116,10 +116,9 @@ const UnifiedSkillsPanel = React.forwardRef<
try {
const imported = await importMutation.mutateAsync(directories);
setImportDialogOpen(false);
toast.success(
t("skills.importSuccess", { count: imported.length }),
{ closeButton: true },
);
toast.success(t("skills.importSuccess", { count: imported.length }), {
closeButton: true,
});
} catch (error) {
toast.error(t("common.error"), {
description: String(error),