Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
damonsk committed Nov 5, 2024
1 parent 3d06551 commit 03b377e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapViewContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const MapViewContainer = (props: MapViewProps) => {

useEffect(() => {
try {
var r = new Converter(obsidianFeatureSwitches).parse(mapText);
let r = new Converter(obsidianFeatureSwitches).parse(mapText);
setMapTitle(r.title);
setMapAnnotations(r.annotations);
setMapAnchors(r.anchors);
Expand Down

0 comments on commit 03b377e

Please sign in to comment.