chore: add no unused vars lint rule
This commit is contained in:
@@ -7,10 +7,8 @@ import type { BookingWidgetSchema } from "@/types/components/bookingWidget"
|
||||
|
||||
export default function TabletCodeInput({
|
||||
updateValue,
|
||||
defaultValue,
|
||||
}: {
|
||||
updateValue: (val: string) => void
|
||||
defaultValue?: string
|
||||
}) {
|
||||
const intl = useIntl()
|
||||
const { register } = useFormContext<BookingWidgetSchema>()
|
||||
|
||||
Reference in New Issue
Block a user