diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-30 22:03:39 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-30 22:03:39 +0200 |
commit | a70faabfed22337b6585b58b7bb53f6544c12a1b (patch) | |
tree | 0ee5e7fa466396dbcfbac342345a4051468c67fe /components/tweaks.tsx | |
parent | 000cedbb89b54074dbeac9687f60f6d9b125b9a3 (diff) |
removed last typeerror
Diffstat (limited to 'components/tweaks.tsx')
-rw-r--r-- | components/tweaks.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/tweaks.tsx b/components/tweaks.tsx index fb20cb3..82c89c1 100644 --- a/components/tweaks.tsx +++ b/components/tweaks.tsx @@ -1171,7 +1171,7 @@ export const Tweaks = (props: TweakProps) => { </MenuButton> <Portal> {' '} - <MenuList zIndex="popover" bgColor="gray.200" zIndex="popover"> + <MenuList bgColor="gray.200" zIndex="popover"> <MenuItem onClick={() => setMouse({ ...mouse, follow: '' })}> Never </MenuItem> |