mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 13:36:00 +08:00
DEV: Fix no-extra-boolean-cast
lint (#24582)
This commit is contained in:
@ -105,7 +105,7 @@ const chatTranscriptRule = {
|
||||
|
||||
let wrapperClasses = ["chat-transcript"];
|
||||
|
||||
if (!!tagInfo.attrs.chained) {
|
||||
if (tagInfo.attrs.chained) {
|
||||
wrapperClasses.push("chat-transcript-chained");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user