From acec3db54c883230008776d101f18fcd1b499a38 Mon Sep 17 00:00:00 2001 From: Robert Korulczyk Date: Tue, 1 Oct 2024 22:12:55 +0200 Subject: [PATCH] Fix CS --- framework/core/js/src/common/utils/humanTime.ts | 2 +- framework/core/js/src/forum/components/PostStream.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/core/js/src/common/utils/humanTime.ts b/framework/core/js/src/common/utils/humanTime.ts index cc5b2d4efd..2c60659a55 100644 --- a/framework/core/js/src/common/utils/humanTime.ts +++ b/framework/core/js/src/common/utils/humanTime.ts @@ -1,6 +1,6 @@ import app from '../../common/app'; import dayjs from 'dayjs'; -import extractText from "./extractText"; +import extractText from './extractText'; /** * The `humanTime` utility converts a date to a localized, human-readable time- diff --git a/framework/core/js/src/forum/components/PostStream.js b/framework/core/js/src/forum/components/PostStream.js index 6c1e5dae55..8f3d487ab3 100644 --- a/framework/core/js/src/forum/components/PostStream.js +++ b/framework/core/js/src/forum/components/PostStream.js @@ -5,7 +5,7 @@ import PostLoading from './LoadingPost'; import ReplyPlaceholder from './ReplyPlaceholder'; import Button from '../../common/components/Button'; import ItemList from '../../common/utils/ItemList'; -import extractText from "../../common/utils/extractText"; +import extractText from '../../common/utils/extractText'; /** * The `PostStream` component displays an infinitely-scrollable wall of posts in