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

Tweak more naming

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-05-09 10:39:18 +03:00
parent b82b2fe6d2
commit 01faf8d0de
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -5,9 +5,9 @@
import { getInjectable } from "@ogre-tools/injectable";
import { observable } from "mobx";
const updateIsReadyToBeInstalledState = getInjectable({
const updateIsReadyToBeInstalledStateInjectable = getInjectable({
id: "update-is-ready-to-be-installed-state",
instantiate: () => observable.box<boolean>(false),
});
export default updateIsReadyToBeInstalledState;
export default updateIsReadyToBeInstalledStateInjectable;