Fix TypeScript typecheck errors
This commit is contained in:
@@ -324,7 +324,7 @@ function EventsList({
|
||||
<ToggleGroup
|
||||
type="single"
|
||||
value={statusFilter}
|
||||
onValueChange={(value) => value && onStatusChange(value as EventStatusKey)}
|
||||
onValueChange={(value: string) => value && onStatusChange(value as EventStatusKey)}
|
||||
>
|
||||
<XStack space="$1.5">
|
||||
{filters.map((filter) => {
|
||||
|
||||
Reference in New Issue
Block a user