Add build version to menu
This commit is contained in:
@@ -21,7 +21,7 @@ export function UserAvatar({
|
||||
size: number
|
||||
handle: string
|
||||
displayName: string | undefined
|
||||
userAvatar: string | null | undefined
|
||||
userAvatar?: string | null
|
||||
setUserAvatar?: React.Dispatch<React.SetStateAction<string | null>>
|
||||
}) {
|
||||
const initials = getInitials(displayName || handle)
|
||||
|
||||
@@ -17,7 +17,7 @@ export function UserBanner({
|
||||
setUserBanner,
|
||||
}: {
|
||||
handle: string
|
||||
userBanner: string | null | undefined
|
||||
userBanner?: string | null
|
||||
setUserBanner?: React.Dispatch<React.SetStateAction<string | null>>
|
||||
}) {
|
||||
const gradient = getGradient(handle)
|
||||
|
||||
Reference in New Issue
Block a user