Skip to content

Commit

Permalink
fix: type check errors
Browse files Browse the repository at this point in the history
- fix refeernce to institutionData
- add proj4 typescript typedefs
  • Loading branch information
alee committed Dec 10, 2024
1 parent 8a78be6 commit 29acf30
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@types/jsdom": "^21.1.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.17",
"@types/proj4": "^2.5.5",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-prettier": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/UserMapView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const props = defineProps<{
metricsData: MetricsData;
}>();
const institutionData = props.metricsData.institution_metrics;
const institutionData = props.metricsData.institutionData;
const mapChartOptions = {
chart: {
Expand Down

0 comments on commit 29acf30

Please sign in to comment.