Commit 9995e980 authored by minseok.park's avatar minseok.park

fix lint

parent f1b0264e
Pipeline #21321 passed with stages
in 3 minutes and 58 seconds
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
backdrop.classList.remove('is-active') backdrop.classList.remove('is-active')
} else { } else {
productList.classList.add('show') productList.classList.add('show')
backdrop?.classList.add('is-active') backdrop.classList.add('is-active')
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment