Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
rob006 committed Oct 1, 2024
1 parent 97eab2b commit acec3db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/core/js/src/common/utils/humanTime.ts
Original file line number Diff line number Diff line change
@@ -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-
Expand Down
2 changes: 1 addition & 1 deletion framework/core/js/src/forum/components/PostStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acec3db

Please sign in to comment.