Merge pull request #28 from kjannette/revint

Revint
This commit is contained in:
S Jannette
2024-01-17 18:05:36 -06:00
committed by GitHub
3 changed files with 4 additions and 7 deletions

View File

@@ -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.

View File

@@ -1,5 +1,5 @@
{
"name": "client",
"name": "novodraft-client",
"version": "0.1.0",
"private": true,
"homepage": "https://novodraft.ai",

View File

@@ -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);