From ce63a03528d207a8a67a2ac3088cff26f70b237d Mon Sep 17 00:00:00 2001 From: sawka Date: Mon, 16 Oct 2023 10:47:14 -0700 Subject: [PATCH] fix error getting TOS modal --- src/app/common/modals/modals.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/common/modals/modals.tsx b/src/app/common/modals/modals.tsx index 4ca8516da..8426babcd 100644 --- a/src/app/common/modals/modals.tsx +++ b/src/app/common/modals/modals.tsx @@ -8,6 +8,7 @@ import dayjs from "dayjs"; import localizedFormat from "dayjs/plugin/localizedFormat"; import { GlobalModel } from "../../../model/model"; import { Markdown } from "../common"; +import * as util from "../../../util/util"; import { ReactComponent as XmarkIcon } from "../../assets/icons/line/xmark.svg"; import { ReactComponent as WarningIcon } from "../../assets/icons/line/triangle-exclamation.svg";