1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Lint fixes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-12-20 14:13:46 +03:00
parent 5f2ba35e98
commit 174fccef31

View File

@ -21,8 +21,8 @@ const loadPodsFromAllNamespacesInjectable = getInjectable({
onLoadFailure: error => onLoadFailure: error =>
showErrorNotification(`Can not load Pods. ${String(error)}`), showErrorNotification(`Can not load Pods. ${String(error)}`),
}); });
} };
} },
}) });
export default loadPodsFromAllNamespacesInjectable; export default loadPodsFromAllNamespacesInjectable;