Apply strictNullChecks
to src/components/views/context_menus/*
(#10367)
This commit is contained in:
parent
4c2b5df1f2
commit
7c2511a592
6 changed files with 32 additions and 29 deletions
|
@ -48,7 +48,7 @@ export const KebabContextMenu: React.FC<KebabContextMenuProps> = ({ options, tit
|
|||
compact
|
||||
rightAligned
|
||||
closeOnInteraction
|
||||
{...contextMenuBelow(button.current.getBoundingClientRect())}
|
||||
{...contextMenuBelow(button.current!.getBoundingClientRect())}
|
||||
>
|
||||
<IconizedContextMenuOptionList>{options}</IconizedContextMenuOptionList>
|
||||
</IconizedContextMenu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue