mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
eslint: unexpected comma operator; swapped for semi
This commit is contained in:
parent
48b37805e3
commit
42792cbd80
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ export default class Actions extends Module {
|
|||
if ( u ) {
|
||||
u.moderator = line.props.isCurrentUserModerator;
|
||||
u.staff = line.props.isCurrentUserStaff;
|
||||
u.reply_mode = this.parent.context.get('chat.replies.style'),
|
||||
u.reply_mode = this.parent.context.get('chat.replies.style');
|
||||
u.can_reply = can_reply;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue