Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6deeaf9

Browse files
committed
group name not required
1 parent 9027780 commit 6deeaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/elements/Flair.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class FlairAvatar extends React.Component {
5858
FlairAvatar.propTypes = {
5959
groupProfile: PropTypes.shape({
6060
groupId: PropTypes.string.isRequired,
61-
name: PropTypes.string.isRequired,
61+
name: PropTypes.string,
6262
avatarUrl: PropTypes.string.isRequired,
6363
}),
6464
};

0 commit comments

Comments
 (0)