removes tabs from survey form

This commit is contained in:
Alex Corey 2021-07-02 09:40:22 -04:00
parent bc8e19b51d
commit b41e70f9aa

View File

@ -184,7 +184,8 @@ function Template({ setBreadcrumb }) {
const showCardHeader = !(
location.pathname.endsWith('edit') ||
location.pathname.includes('schedules/')
location.pathname.includes('schedules/') ||
location.pathname.includes('survey/')
);
return (