Liquid Error on header is displaying on home page

I am hoping someone can help me for some reason when you go onto the webpage https://hello-chookii.myshopify.com/ the following error is now showing on the top header: Liquid error (sections/static-header.liquid line 1): Cannot render sections inside sections. Is there something I can do to fix this?

  1. Go to Online Store > Actions > Edit code > Look for theme.liquid file.
  2. Then, search for {% include ‘static-header’ %}
  3. Comment out the above code like this:
{% comment %}
          {% include 'static-header' %}
{% endcomment %}