Small change
This commit is contained in:
@@ -17,7 +17,6 @@ import { useRouter } from "next/navigation"
|
|||||||
|
|
||||||
interface UserDropdownProps {
|
interface UserDropdownProps {
|
||||||
className?: string
|
className?: string
|
||||||
showSignInButton?: boolean
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function UserDropdown({ className }: UserDropdownProps) {
|
export function UserDropdown({ className }: UserDropdownProps) {
|
||||||
|
|||||||
Reference in New Issue
Block a user