diff --git a/src/renderer/components/ModalSettingsUpdate.vue b/src/renderer/components/ModalSettingsUpdate.vue index f956526f..39fb98af 100644 --- a/src/renderer/components/ModalSettingsUpdate.vue +++ b/src/renderer/components/ModalSettingsUpdate.vue @@ -45,7 +45,7 @@ export default { computed: { ...mapGetters({ updateStatus: 'application/getUpdateStatus', - downloadPercentage: 'application/getDownloadProgress'// TODO: remove float + downloadPercentage: 'application/getDownloadProgress' }), updateMessage () { switch (this.updateStatus) { diff --git a/src/renderer/components/Workspace.vue b/src/renderer/components/Workspace.vue index 52ad4bd8..86cfb344 100644 --- a/src/renderer/components/Workspace.vue +++ b/src/renderer/components/Workspace.vue @@ -82,7 +82,6 @@ export default { }, methods: { ...mapActions({ - addNotification: 'notifications/addNotification', addWorkspace: 'workspaces/addWorkspace', connectWorkspace: 'workspaces/connectWorkspace', removeConnected: 'workspaces/removeConnected', diff --git a/src/renderer/components/WorkspaceConnectPanel.vue b/src/renderer/components/WorkspaceConnectPanel.vue index 116fad75..c3d1671b 100644 --- a/src/renderer/components/WorkspaceConnectPanel.vue +++ b/src/renderer/components/WorkspaceConnectPanel.vue @@ -45,7 +45,6 @@ export default { }, methods: { ...mapActions({ - addNotification: 'notifications/addNotification', connectWorkspace: 'workspaces/connectWorkspace' }), async startConnection () { diff --git a/src/renderer/components/WorkspaceQueryTable.vue b/src/renderer/components/WorkspaceQueryTable.vue index 16a0d17b..47420fee 100644 --- a/src/renderer/components/WorkspaceQueryTable.vue +++ b/src/renderer/components/WorkspaceQueryTable.vue @@ -34,16 +34,14 @@ :key="row._id" class="tr" > -