Handle promise linting (#5488)
This commit is contained in:
@@ -76,7 +76,7 @@ function SharePopover({
|
||||
|
||||
React.useEffect(() => {
|
||||
if (visible && team.sharing) {
|
||||
document.share();
|
||||
void document.share();
|
||||
buttonRef.current?.focus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user