mirror of https://github.com/rancher/dashboard.git
Fix unit tests
This commit is contained in:
parent
b06248e4e7
commit
d15c5cad87
|
|
@ -206,7 +206,6 @@ export async function fetchDynamicContent(context: Context): Promise<Partial<Dyn
|
|||
logger.debug(`Performing update check on ${ todayString }`);
|
||||
|
||||
const activeFetch = window.localStorage.getItem(LOCAL_STORAGE_UPDATE_FETCHING);
|
||||
|
||||
|
||||
if (activeFetch) {
|
||||
const activeFetchDate = day(activeFetch);
|
||||
|
|
|
|||
Loading…
Reference in New Issue