From 0f3ed3567d12cddac2b9d5869411ba630dfe6223 Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Wed, 22 Feb 2023 15:12:31 +0100 Subject: [PATCH] :art: comment TODO --- src/front/components/DesignSystem/Version/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/components/DesignSystem/Version/index.tsx b/src/front/components/DesignSystem/Version/index.tsx index dc7ab791..d860f71e 100644 --- a/src/front/components/DesignSystem/Version/index.tsx +++ b/src/front/components/DesignSystem/Version/index.tsx @@ -1,6 +1,6 @@ import React from "react"; import classes from "./classes.module.scss"; -import VersionFile from "@Front/version.json"; +import VersionFile from "@Front/version.json"; // TODO: This is a hack, we will use a proper versioning system stored in DB import Typography, { ITypo, ITypoColor } from "../Typography"; type IProps = {}; @@ -11,7 +11,7 @@ export default class Version extends React.Component { return
- {VersionFile.version} + {VersionFile.version}
;