Skip to content

Commit

Permalink
Fix forgotten debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Aug 31, 2021
1 parent adc3e61 commit f742f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function Page({ version }: Props) {
const withSFPro = useSupportedFont(fonts["SF Pro"])
const withToast = useMemo(() => {
return isBoolean(withSFCompact) && isBoolean(withSFPro)
? !withSFCompact || withSFPro // TODO
? !withSFCompact || !withSFPro
: false
}, [withSFCompact, withSFPro])

Expand Down

1 comment on commit f742f87

@vercel
Copy link

@vercel vercel bot commented on f742f87 Aug 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.