How can I remove the Liquid Error message from my collection pages?

hello, i am getting this error message at the bottom of my collection pages. everything is working fine its just this message is showing… how do i remove it.

Liquid error (sections/main-collection-product-grid.liquid line 136): Could not find asset snippets/spurit_dmr_collection_template_snippet.liquid

  • Check if you have the following file in your snippe spurit_dmr_collection_template_snippet.liquid
  • If not, check if there is something close to this file. I am guessing this is a spelling mistake issue.

hello, Asht798, if you are sure that everything is working fine, you can go on online store > themes > actions > edit code, go to the file main-collection-product-grid.liquid, and on line 136 remove what looks something like {% render ‘spurit_dmr_collection_template_snippet’ %} or {% include ‘spurit_dmr_collection_template_snippet’ %}