Wire up notify popup to hide/show at correct times. Closes #1911
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export const LOCAL_STORAGE_KEYS = {
|
||||
username: 'username',
|
||||
hasDisplayedNotificationModal: 'HAS_DISPLAYED_NOTIFICATION_MODAL',
|
||||
userVisitCount: 'USER_VISIT_COUNT',
|
||||
};
|
||||
|
||||
export function getLocalStorage(key) {
|
||||
|
||||
Reference in New Issue
Block a user