Fix TypeScript typecheck errors
This commit is contained in:
@@ -264,7 +264,7 @@ export default function MobileSettingsPage() {
|
||||
<Switch
|
||||
size="$4"
|
||||
checked={pushState.subscribed}
|
||||
onCheckedChange={(value) => {
|
||||
onCheckedChange={(value: boolean) => {
|
||||
if (value) {
|
||||
void pushState.enable();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user