mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
Fixed lint issue
This commit is contained in:
@@ -212,7 +212,6 @@ export const draw = function (text, id) {
|
||||
const endX = timeScale(d.endTime)
|
||||
const textWidth = this.getBBox().width
|
||||
|
||||
|
||||
let classStr = ''
|
||||
if (d.classes.length > 0) {
|
||||
classStr = d.classes.join(' ')
|
||||
|
Reference in New Issue
Block a user