Skip to content

Commit

Permalink
format and build
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Feb 22, 2024
1 parent 86da69a commit 8add202
Show file tree
Hide file tree
Showing 3 changed files with 4,655 additions and 6 deletions.
4,655 changes: 4,653 additions & 2 deletions js/dist/forum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions js/src/forum/components/Poll/PollListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ export default class PollListItem<CustomAttrs extends IPollListItemAttrs = IPoll

return (
// <div className={classList('PollListItem-content', 'Slidable-content', { unread: isUnread, read: isRead })}>
<div className={classList('PollListItem-content')}>
{this.mainView()}
</div>
<div className={classList('PollListItem-content')}>{this.mainView()}</div>
);
}

Expand Down

0 comments on commit 8add202

Please sign in to comment.