Skip to content

Fix a bug with invalid URL when click on the status head

Glitch component files 'status_head.js' and 'status_prepend.js' utilize Template Literals to generate the URL when the elements are clicked. However, the interpolation has issues with the '+' sign. Removing '+' and it works beautifully!

Merge request reports