Skip to content

Commit

Permalink
fix: add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Aug 9, 2024
1 parent e0124e9 commit 948a7c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/components/map/panels/toolbox/common/LearnMore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const LearnMore: React.FC<LearnMoreProps> = ({ docsPath }) => {
const { t, i18n } = useTranslation("common");

const lng = i18n.language === "de" ? "de/" : "";

//TODO: Get this dynamically
const docsVersion = "2.0beta";

return (
Expand Down

0 comments on commit 948a7c2

Please sign in to comment.