diff --git a/package.json b/package.json index b14138f..42426c0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "webapp-deployment-status-ui", "version": "0.1.0", "private": true, - "homepage": "LACONIC_HOSTED_CONFIG_app_path", "dependencies": { "@tanstack/react-query": "^5.17.15", "@testing-library/jest-dom": "^5.14.1", diff --git a/src/App.tsx b/src/App.tsx index bf6af52..56199fa 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -35,7 +35,7 @@ function StatusTable() { {query.data?.map((status: any) =>
Request ID: - {status.id} + {status.id}
Application: