Skip to content

Commit

Permalink
output config setting in SNAP table for test the dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyin-shan committed Dec 21, 2023
1 parent 9be29e9 commit 5813fcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/SNAPPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ export default function SNAPPage(): JSX.Element {
Object.keys(allStates).length > 0 &&
Object.keys(summary).length > 0 ? (
<Box sx={{ width: "100%" }}>
<h1>{config.apiUrl}</h1>
<h1>{config.ga_tracking_id}</h1>
<Box sx={{ position: "fixed", zIndex: 1400, width: "100%" }}>
<NavBar bkColor="rgba(255, 255, 255, 1)" ftColor="rgba(47, 113, 100, 1)" logo="light" />
<NavSearchBar text="Supplemental Nutrition ... (SNAP)" />
Expand Down

0 comments on commit 5813fcc

Please sign in to comment.