You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constpredefinedFilter=!isNaN(state?.[ACTIVE_PREDEFINED_FILTER]) ? state?.[ACTIVE_PREDEFINED_FILTER] : undefined// for some reason old state return NaN if the value not present
20
+
constshowDetailsFor=!isNaN(state?.[DETAILS_FOR]) ? state?.[DETAILS_FOR] : undefined// for some reason old state return NaN if the value not present
0 commit comments