Skip to content

Commit

Permalink
πŸ› (#2345): fix missing static class
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
  • Loading branch information
Vinicius Reis committed May 26, 2022
1 parent 242cc9c commit 11bd79a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const makeIcon = (original) => ({
render(h, { data, props }) {
return h(original, {
data,
staticClass: data.staticClass,
props: { size: DEFAULT_ICON_SIZE, ...props },
})
},
Expand Down

0 comments on commit 11bd79a

Please sign in to comment.