This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch feat/1.4.0/personal
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/feat/1.4.0/personal by this 
push:
     new fee3c22c fix: add link url path
     new 04775981 Merge branch 'feat/1.4.0/personal' of 
github.com:answerdev/answer into feat/1.4.0/personal
fee3c22c is described below

commit fee3c22cea729671179b056c0fbd2f0e43770510
Author: shuai <[email protected]>
AuthorDate: Wed Aug 14 16:41:14 2024 +0800

    fix: add link url path
---
 ui/src/pages/Badges/Detail/index.tsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ui/src/pages/Badges/Detail/index.tsx 
b/ui/src/pages/Badges/Detail/index.tsx
index a388d496..46f49ce2 100644
--- a/ui/src/pages/Badges/Detail/index.tsx
+++ b/ui/src/pages/Badges/Detail/index.tsx
@@ -60,8 +60,6 @@ const Index = () => {
     return null;
   }
 
-  console.log(badges);
-
   return (
     <div className="pt-4 mb-5">
       <h3 className="mb-4">{t('title')}</h3>

Reply via email to