fix: Some react warnings in dev mode

This commit is contained in:
Tom Moor
2022-11-14 19:36:24 -05:00
parent 4047ec73bb
commit 4c8138ad4a
5 changed files with 22 additions and 18 deletions

View File

@@ -254,7 +254,6 @@ function SharePopover({
type="submit"
disabled={isCopied || (!share && team.sharing)}
ref={buttonRef}
primary
>
{t("Copy link")}
</Button>