We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b0aa6 commit 5508badCopy full SHA for 5508bad
admin/src/components/UserAvatar/index.tsx
@@ -7,7 +7,7 @@ import { renderInitials } from '../../utils';
7
import { AdminAvatar } from './AdminAvatar';
8
9
type Props = Readonly<Pick<Author, 'avatar'> & {
10
- readonly name?: string;
+ readonly name?: string | null;
11
readonly isAdminComment: boolean | null;
12
}>
13
export const UserAvatar: FC<Props> = ({ avatar, isAdminComment, name }) => {
0 commit comments