Skip to content

Instantly share code, notes, and snippets.

@akkikumar72
Created December 2, 2022 14:34
Show Gist options
  • Save akkikumar72/b45b063b2b2ed6a28a565c548c4b1b75 to your computer and use it in GitHub Desktop.
Save akkikumar72/b45b063b2b2ed6a28a565c548c4b1b75 to your computer and use it in GitHub Desktop.
hidePermanentOndate
// Support hide notification in future
// if (hidePermanentlyOnDate instanceof Date && notificationBanner) {
// setTimeout(() => {
// setVisibility(!isShowingBannerPeriodOver(hidePermanentlyOnDate));
// }, delayToShowBanner * 2000);
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment