Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit f6b0788

Browse files
committed
removed commented setstorage
1 parent e690fef commit f6b0788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexPage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const renderBanner = () => {
8383
getComponent();
8484
render(Component, document.getElementById(dynamicRoutePathanme));
8585
if (dynamicRoutePathanme === 'bot-landing') {
86-
// setStorage('setDueDateForBanner', expirationDate());
86+
setStorage('setDueDateForBanner', expirationDate());
8787
}
8888
elements.map(elem => document.querySelector(elem).classList.add('hidden'));
8989
document.getElementById(dynamicRoutePathanme).classList.remove('hidden');

0 commit comments

Comments
 (0)