Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler committed Jan 11, 2023
1 parent 799c8db commit 4845599
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/NcActions/NcActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
1 change: 0 additions & 1 deletion src/components/NcBreadcrumbs/NcBreadcrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
1 change: 0 additions & 1 deletion src/components/NcHighlight/NcHighlight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 0 additions & 2 deletions src/components/NcVNodes/NcVNodes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4845599

Please sign in to comment.