Skip to content

Commit

Permalink
Merge pull request #293 from nginformatica/hotfix/avatar-children
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksjm authored Dec 13, 2022
2 parents 2b1dea1 + 4951155 commit 2035429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flipper-ui",
"version": "0.26.7",
"version": "0.26.8",
"description": "",
"main": "dist/index.js",
"homepage": "https://flipper-ui.ngi.com.br/",
Expand Down
2 changes: 1 addition & 1 deletion src/core/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface AvatarProps extends DefaultProps {
src?: string
imgProps?: object
primary?: boolean
children: React.ReactNode
children?: React.ReactNode
}

const useStyles = makeStyles((theme: Theme) =>
Expand Down

0 comments on commit 2035429

Please sign in to comment.