Example:
let a = `Hello, ${`Brave ${"New"}`} ${"World"}!`
After applying the quick-fix the code looks as follows:
let a = `Hello, Brave New World!`