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

Remove unnecessary string type

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-06-17 10:09:09 +03:00
parent f76fe10711
commit 1ffb97587a

View File

@ -197,7 +197,7 @@ export const getApplicationBuilder = () => {
setMenuItems: (items) => { setMenuItems: (items) => {
trayMenuItemsStateFake = items; trayMenuItemsStateFake = items;
}, },
setIconPath: (path: string) => { setIconPath: (path) => {
trayMenuIconPath = path; trayMenuIconPath = path;
}, },
})); }));