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

Remove unused string template quotes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-10-15 15:36:35 +03:00
parent d3f54bd828
commit e8e9d92b36

View File

@ -181,7 +181,7 @@ export function createPodLogsTab(data: IPodLogsData, tabParams: Partial<IDockTab
tab = dockStore.createTab({
id: podId,
kind: TabKind.POD_LOGS,
title: `${data.pod.getName()}`,
title: data.pod.getName(),
...tabParams
}, false);
podLogsStore.setData(tab.id, data);