Skip to content

Commit ae31aa3

Browse files
committed
Type fix
1 parent 2ad85eb commit ae31aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/buttons/props.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,10 +568,10 @@ type ThrowErrorForInvalidButtonColorArgs = {|
568568
export type ButtonProps = {|
569569
// app switch properties
570570
appSwitchWhenAvailable: boolean,
571-
preferences?: {
571+
preferences?: {|
572572
appSwitchWhenAvailable?: boolean,
573573
launchAppSwitchIn?: "newTab" | "sameTab",
574-
},
574+
|},
575575
listenForHashChanges: () => void,
576576
removeListenerForHashChanges: () => void,
577577
// Not passed to child iframe

0 commit comments

Comments
 (0)