From 4845599df08813b5c612bb80e6d25daf85eb8147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Wed, 11 Jan 2023 13:55:34 +0100 Subject: [PATCH] Fix lint warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/components/NcActions/NcActions.vue | 1 - src/components/NcBreadcrumbs/NcBreadcrumbs.vue | 1 - src/components/NcHighlight/NcHighlight.vue | 1 - src/components/NcVNodes/NcVNodes.vue | 2 -- 4 files changed, 5 deletions(-) diff --git a/src/components/NcActions/NcActions.vue b/src/components/NcActions/NcActions.vue index 6ecb5b25d9..c2bf4a94a6 100644 --- a/src/components/NcActions/NcActions.vue +++ b/src/components/NcActions/NcActions.vue @@ -896,7 +896,6 @@ export default { /** * The render function to display the component * - * @param {Function} h The function to create VNodes * @return {object|undefined} The created VNode */ render() { diff --git a/src/components/NcBreadcrumbs/NcBreadcrumbs.vue b/src/components/NcBreadcrumbs/NcBreadcrumbs.vue index 77d2a86508..fbbc34b29a 100644 --- a/src/components/NcBreadcrumbs/NcBreadcrumbs.vue +++ b/src/components/NcBreadcrumbs/NcBreadcrumbs.vue @@ -462,7 +462,6 @@ export default { /** * The render function to display the component * - * @param {Function} h The function to create VNodes * @return {object|undefined} The created VNode */ render() { diff --git a/src/components/NcHighlight/NcHighlight.vue b/src/components/NcHighlight/NcHighlight.vue index e70b577b33..319249b05f 100644 --- a/src/components/NcHighlight/NcHighlight.vue +++ b/src/components/NcHighlight/NcHighlight.vue @@ -212,7 +212,6 @@ export default { /** * The render function to display the component * - * @param {Function} h The function to create VNodes * @return {object} The created VNode */ render() { diff --git a/src/components/NcVNodes/NcVNodes.vue b/src/components/NcVNodes/NcVNodes.vue index 81be194dac..fa23c007f8 100644 --- a/src/components/NcVNodes/NcVNodes.vue +++ b/src/components/NcVNodes/NcVNodes.vue @@ -33,8 +33,6 @@ export default { /** * The render function to display the component * - * @param {Function} h The function to create VNodes - * @param {object} context The context object of the functional component * @return {object} The created VNode */ render() {