From a868dc84f596c17898a936de4166cffc5c2473a5 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Thu, 15 Feb 2024 21:11:52 -0600 Subject: [PATCH] No homepage --- package.json | 1 - src/App.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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: