Przeglądaj źródła

💄 style(contracts): fix formatting issue

- remove unnecessary blank line after delete contract API call
yourname 10 miesięcy temu
rodzic
commit
af4c0303bc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/client/admin/pages/Contracts.tsx

+ 1 - 1
src/client/admin/pages/Contracts.tsx

@@ -153,7 +153,7 @@ const Contracts: React.FC = () => {
     onError: () => {
       message.error('删除失败,请重试');
     }
-  );
+  });
   
   // 提交表单
   const handleSubmit = async () => {