Skip to content

Commit

Permalink
Update js/src/forum/addBestAnswerCountToUsers.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Davide Iadeluca <[email protected]>
  • Loading branch information
imorland and DavideIadeluca authored Nov 1, 2024
1 parent b3706dc commit da39943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/addBestAnswerCountToUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import UserCard from 'flarum/forum/components/UserCard';
import icon from 'flarum/common/helpers/icon';

import type Mithril from 'mithril';
import User from 'flarum/common/models/User';
import type User from 'flarum/common/models/User';

export default function addBestAnswerCountToUsers() {
extend(UserCard.prototype, 'infoItems', function (items: ItemList<Mithril.Children>) {
Expand Down

0 comments on commit da39943

Please sign in to comment.