CSR-98 Fix merge conflicts

This commit is contained in:
Katie 2022-03-30 11:40:32 -04:00
parent abebacf630
commit d6e935a2d8

View file

@ -45,7 +45,7 @@ export function getFunnelCookie() {
/*
Removes cookie from browser.
*/
export function deleteConceptCookie() {
export function deleteFunnelCookie() {
document.cookie = `${cookieNames.FUNNEL_SESSION_INFO}=; Max-Age=0; domain=${getDomainWithoutSubdomain()}; path=/`;
}