Skip to content

Commit

Permalink
retry2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnakaso committed Jun 24, 2024
1 parent 0936e6a commit 13a2306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ VITE_APPLICATION_NAME=DAS Admin Template
VITE_SUPABASE_URL=https://pvttfvhbkamqcbeunoqv.supabase.co
VITE_AIRTABLE_TABLE_PEOPLE_REFERENCE=tblqGbhGVH6v36xwA
VITE_AIRTABLE_BASE_ID_DAS=app6duHw2djMIOYnh
VITE_MAP_STYLE=https://api.maptiler.com/maps/basic-v2/style.json
VITE_MAP_STYLE=https://api.maptiler.com/maps/basic-v2/style.json
2 changes: 1 addition & 1 deletion src/sections/maps/MapPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const MapPage = () => {
const mapStyle = import.meta.env.VITE_MAP_STYLE + '?key='+ import.meta.env.VITE_MAPTILER_API_KEY;

useEffect(() => {
console.log(MapPage, mapStyle, import.meta.env.VITE_MAPTILER_API_KEY)
console.log('MapPage', mapStyle, import.meta.env.VITE_MAPTILER_API_KEY)
Promise
.all([
mappingService.getPeople(),
Expand Down

0 comments on commit 13a2306

Please sign in to comment.