From fad4dba789d774f08ae0cfaa1229f84a9e5b778b Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Wed, 17 Jan 2024 16:28:31 -0600 Subject: [PATCH 1/2] more --- README.md | 8 +++----- package.json | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5dd62ab..08b1f48 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -# Agentx +# ax3Client ## Scripts -In the src directory, you can run: - ### `npm start` -Runs the app in the development mode.\ -Open [http://localhost:3000](http://localhost:3000) to view it in your browser. +Runs the app in the development mode. +Open [http://localhost:3000](http://localhost:3000) to view in the browser. diff --git a/package.json b/package.json index f086dec..55f1a87 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "client", + "name": "novodraft-client", "version": "0.1.0", "private": true, "homepage": "https://novodraft.ai", From 535f0039162e23c5034b84b73f2b5d9afff962f4 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Wed, 17 Jan 2024 18:04:54 -0600 Subject: [PATCH 2/2] more --- src/Components/Document/DocumentListPage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/Document/DocumentListPage.js b/src/Components/Document/DocumentListPage.js index 68fe57f..25f9e52 100644 --- a/src/Components/Document/DocumentListPage.js +++ b/src/Components/Document/DocumentListPage.js @@ -42,7 +42,6 @@ const DocumentListPage = ({ perPage }) => { ? process.env.REACT_APP_API_DEV : process.env.REACT_APP_API_PROD; - console.log("apiUrl", apiUrl); useEffect(() => { if (count.current == null) { setIsMobile(window.innerWidth < 440);