Browse Source

:fire: log

visuddhinanda 2 years ago
parent
commit
53c24e07e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/template/SentEdit/EditInfo.tsx

+ 1 - 1
dashboard/src/components/template/SentEdit/EditInfo.tsx

@@ -44,7 +44,7 @@ interface IWidget {
   compact?: boolean;
   compact?: boolean;
 }
 }
 const EditInfoWidget = ({ data, isPr = false, compact = false }: IWidget) => {
 const EditInfoWidget = ({ data, isPr = false, compact = false }: IWidget) => {
-  console.log("data.createdAt", data.createdAt, data.updateAt);
+  //console.log("data.createdAt", data.createdAt, data.updateAt);
   return (
   return (
     <div style={{ fontSize: "80%" }}>
     <div style={{ fontSize: "80%" }}>
       <Text type="secondary">
       <Text type="secondary">